Name | Description | |
---|---|---|
![]() | Hour | Gets the hour component of a PgSqlTime. |
![]() | IsNull | Gets a value indicating whether the PgSqlTime structure represents Null. |
![]() | Microsecond | Gets the microsecond component of a PgSqlTime. |
![]() | Minute | Gets the minute component of a PgSqlTime. |
![]() | Second | Gets the second component of a PgSqlTime. |
![]() | Ticks | Gets the number of microseconds in the structure value. |
![]() | TimeZone | Gets or sets the time zone of the PgSqlTime object. |
![]() | Value | Gets the date and time that is stored in the PgSqlTime structure. |
![]() | WithTimeZone | Determines whether this is a timestamp with time zone. |