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

In This Topic
    PgSqlTimeStamp Structure Methods
    In This Topic

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

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