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

In This Topic
    PgSqlTimeStamp Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlTimeStamp.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlTimeStamp structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns the date 1970-01-01 00:00:00-00.  
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date for a PgSqlTimeStamp structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date for a PgSqlTimeStamp structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a negative infinity value that can be assigned to the PgSqlTimeStamp structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a NULL value that can be assigned to the PgSqlTimeStamp structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a positive infinity value that can be assigned to the PgSqlTimeStamp structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the day component of a PgSqlTimeStamp.  
    Public PropertyReturns the day of a week that corresponds to the current PgSqlTimeStamp value.  
    Public PropertyReturns ordinal of the day in a year that corresponds to the current PgSqlTimeStamp value.  
    Public PropertyGets the number of days in the date part of the structure (days since January 24.11.4714 BC).  
    Public PropertyGets the hour component of a PgSqlTimeStamp.  
    Public PropertyIndicates whether the current structure value is finite or null.  
    Public PropertyGets a value indicating whether the PgSqlTimeStamp structure represents Null.  
    Public PropertyGets the microsecond component of a PgSqlTimeStamp.  
    Public PropertyGets the minute component of a PgSqlTimeStamp.  
    Public PropertyGets the month component of a PgSqlTimeStamp.  
    Public PropertyGets the second component of a PgSqlTimeStamp.  
    Public PropertyGets the time part of the PgSqlTimeStamp structure.  
    Public PropertyGets the number of microseconds in the time part of the structure.  
    Public PropertyGets the date and time that is stored in the PgSqlTimeStamp structure.  
    Public PropertyDetermines whether this is a timestamp with time zone.  
    Public PropertyGets the year component of a PgSqlTimeStamp.  
    Top
    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
    Public Operators
    Overloaded. Adds the specified object to the PgSqlTimeStamp and returns a new PgSqlTimeStamp structure.
    Determines whether two PgSqlTimeStamp values are equal.
    Converts a PgSqlTimeStamp structure to the System.DateTime object.
    Compares two PgSqlTimeStamp structures to determine if the first is greater than the second.
    Compares two PgSqlTimeStamp structures to determine if the first is greater than or equal to the second.
    Converts a System.DateTime object to the PgSqlTimeStamp structure.
    Determines whether two PgSqlTimeStamp values are not equal.
    Compares two PgSqlTimeStamp structures to determine if the first is less than the second.
    Compares two PgSqlTimeStamp structures to determine if the first is less than or equal to the second.
    Overloaded. Subtracts the specified object from the PgSqlTimeStamp structure.
    Top
    See Also