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

In This Topic
PgSqlTime Structure Methods
In This Topic

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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds a PgSqlInterval or System.TimeSpan to a PgSqlTime structure.  
Public MethodAdds the specified number of hours to the current PgSqlTime instance.  
Public MethodAdds the specified number of microseconds to the current PgSqlTime instance.  
Public MethodAdds the specified number of minutes to the current PgSqlTime instance.  
Public MethodAdds the specified number of seconds to the current PgSqlTime instance.  
Public MethodOverloaded. Compares the current PgSqlTime object to the specified object.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two PgSqlTime structures to determine if they are equal.  
Public MethodGets a hash code for the PgSqlTime instance.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether two PgSqlTime values are not equal.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified System.String representation of a date to its PgSqlTime equivalent.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Subtracts a value from a PgSqlTime structure.  
Public MethodOverloaded. Converts the current PgSqlTime structure to a System.String.  
Top
See Also