dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInterval Structure
Fields Properties Methods

In This Topic
    PgSqlInterval Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlInterval.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlInterval structure with the specified parameters.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum value a PgSqlInterval object can hold.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum value a PgSqlInterval object can hold.  
    Public Fieldstatic (Shared in Visual Basic)Represents the null value of a PgSqlInterval object.  
    Public Fieldstatic (Shared in Visual Basic)Represents zero value in a PgSqlInterval object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets number of days stored in PgSqlInterval object.  
    Public PropertyGets number of hours stored in PgSqlInterval object.  
    Public PropertyIndicates whether PgSqlInterval object has null value.  
    Public PropertyGets number of milliseconds stored in PgSqlInterval object.  
    Public PropertyGets number of minutes stored in PgSqlInterval object.  
    Public PropertyGets the months component of the TotalMonths value.  
    Public PropertyGets number of seconds stored in PgSqlInterval object.  
    Public PropertyGets number of days stored in PgSqlInterval object.  
    Public PropertyGets number of months stored in PgSqlInterval object.  
    Public PropertyGets number of seconds stored in PgSqlInterval object.  
    Public PropertyGets the years component of the TotalMonths value.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds two PgSqlInterval values.  
    Public MethodOverloaded. Compares the current PgSqlInterval object to the specified object.  
    Public Methodstatic (Shared in Visual Basic)Divides an PgSqlInterval value by a number.  
    Public MethodOverloaded. Determines whether two PgSqlInterval values are equal.  
    Public MethodGets a hash code for the PgSqlInterval instance.  
    Public Methodstatic (Shared in Visual Basic)Multiplies an PgSqlInterval value by a number.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two PgSqlInterval values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a date to its PgSqlInterval equivalent.  
    Public Methodstatic (Shared in Visual Basic)Subtracts one PgSqlInterval structure from another.  
    Public MethodConverts the current PgSqlInterval structure to a System.String.  
    Top
    Public Operators
    Adds two PgSqlInterval values.
    Divides an PgSqlInterval value by a number.
    Determines whether two PgSqlInterval values are equal.
    Converts an PgSqlInterval structure to a System.TimeSpan structure.
    Converts a System.TimeSpan structure to an PgSqlInterval structure.
    Determines whether two PgSqlInterval values are not equal.
    Multiplies an PgSqlInterval value by a number.
    Subtracts one PgSqlInterval structure from another.
    Top
    See Also