dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStampRange Class / PgSqlTimeStampRange Constructor / PgSqlTimeStampRange Constructor(PgSqlTimeStamp,PgSqlTimeStamp)
Lower bound.
Upper bound.

In This Topic
PgSqlTimeStampRange Constructor(PgSqlTimeStamp,PgSqlTimeStamp)
In This Topic
Initializes a new instance of the PgSqlTimeStampRange structure with the specified range bounds. This constructor allows specifying whether each bound will be inclusive or not.
Syntax
'Declaration
 
Public Function New( _
   ByVal lowerBound As PgSqlTimeStamp, _
   ByVal upperBound As PgSqlTimeStamp _
)
 

Parameters

lowerBound
Lower bound.
upperBound
Upper bound.
See Also

Reference

PgSqlTimeStampRange Class
PgSqlTimeStampRange Members
Overload List
Devart.Data.PostgreSql.PgSqlTimeStampRange.#ctor(System.Int32,System.Boolean,System.Int32,System.Boolean)