dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStampTZRange Class
Fields Properties Methods

In This Topic
    PgSqlTimeStampTZRange Class Members
    In This Topic

    The following tables list the members exposed by PgSqlTimeStampTZRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlTimeStampTZRange structure with the specified parameters.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns a range with no elements in it.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null PgSqlTimeStampTZRange object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing an empty range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public PropertyIndicates whether the lower bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public PropertyIndicates whether the lower bound of the current range is infinity (the current range includes any value less than the upper bound). (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public PropertyIndicates whether the upper bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public PropertyIndicates whether the upper bound of the current range is infinity (the current range includes any value greater than the lower bound). (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public PropertyGets or sets the lower bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public PropertyGets or sets the upper bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether the specified value is contained by the range.  
    Public MethodDetermines if the specified object is an instance of PgSqlRangeType<T> and has the same values as the current PgSqlRangeType<T> instance. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public MethodReturns a hash code for the PgSqlRangeType<T> type. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a date to its PgSqlTimeStampTZRange equivalent.  
    Public MethodConverts the current PgSqlPath structure to a System.String. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>)
    Top
    See Also