Overload | Description |
---|---|
PgSqlTime Constructor(TimeSpan) | Initializes a new instance of the PgSqlTime structure with the specified System.TimeSpan value. |
PgSqlTime Constructor(TimeSpan,TimeSpan) | Initializes a new instance of the PgSqlTime structure with the specified System.TimeSpan value and the specified time zone. |
PgSqlTime Constructor(Int64) | Initializes a new instance of the PgSqlTime structure with the specified total number of microseconds. |
PgSqlTime Constructor(Int64,TimeSpan) | Initializes a new instance of the PgSqlTime structure with the specified total number of microseconds and time zone. |
PgSqlTime Constructor(Int32,Int32,Int32) | Initializes a new instance of the PgSqlTime structure with the specified hour, minute, and second. |
PgSqlTime Constructor(Int32,Int32,Int32,Int32) | Initializes a new instance of the PgSqlTime structure with the specified hour, minute, second and microsecond. |
PgSqlTime Constructor(Int32,Int32,Int32,TimeSpan) | Initializes a new instance of the PgSqlTime structure with the specified hour, minute, second, and the specified timezone. |
PgSqlTime Constructor(Int32,Int32,Int32,Int32,TimeSpan) | Initializes a new instance of the PgSqlTime structure with the specified hour, minute, second, microsecond, and the specified timezone. |