Npgsql Api Docs

NpgsqlTimeTZ Properties

The properties of the NpgsqlTimeTZ structure are listed below. For a complete list of NpgsqlTimeTZ structure members, see the NpgsqlTimeTZ Members topic.

Public Static (Shared) Properties

Now 

Public Instance Properties

Hours Gets the number of whole hours held in the instance. Note that the time 24:00:00 can be stored for roundtrip compatibility. Any calculations on such a value will normalised it to 00:00:00.
LocalTime 
Microseconds Gets the number of whole microseconds held in the instance. An integer in the range [0, 999999].
Milliseconds Gets the number of whole milliseconds held in the instance. An integer in the range [0, 999].
Minutes Gets the number of whole minutes held in the instance. An integer in the range [0, 59].
Seconds Gets the number of whole seconds held in the instance. An interger in the range [0, 59].
Ticks 
TimeZone 
UTCTime 

See Also

NpgsqlTimeTZ Class | NpgsqlTypes Namespace