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

In This Topic
    PgSqlTimeStamp Structure Properties
    In This Topic

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

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