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

In This Topic
PgSqlInterval Structure Methods
In This Topic

For a list of all members of this type, see PgSqlInterval members.

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
See Also