Name | Description | |
---|---|---|
Day | Gets the day component of a PgSqlTimeStamp. | |
DayOfWeek | Returns the day of a week that corresponds to the current PgSqlTimeStamp value. | |
DayOfYear | Returns ordinal of the day in a year that corresponds to the current PgSqlTimeStamp value. | |
Days | Gets the number of days in the date part of the structure (days since January 24.11.4714 BC). | |
Hour | Gets the hour component of a PgSqlTimeStamp. | |
IsFinite | Indicates whether the current structure value is finite or null. | |
IsNull | Gets a value indicating whether the PgSqlTimeStamp structure represents Null. | |
Microsecond | Gets the microsecond component of a PgSqlTimeStamp. | |
Minute | Gets the minute component of a PgSqlTimeStamp. | |
Month | Gets the month component of a PgSqlTimeStamp. | |
Second | Gets the second component of a PgSqlTimeStamp. | |
TimeOfDay | Gets the time part of the PgSqlTimeStamp structure. | |
TimeTicks | Gets the number of microseconds in the time part of the structure. | |
Value | Gets the date and time that is stored in the PgSqlTimeStamp structure. | |
WithTimeZone | Determines whether this is a timestamp with time zone. | |
Year | Gets the year component of a PgSqlTimeStamp. |