Npgsql Api Docs

NpgsqlTimeTZ Methods

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

Public Static (Shared) Methods

LocalMidnight 
Parse 

Public Instance Methods

Add 
AtTimeZone 
CompareOverloaded.  
CompareToOverloaded. Compares this with another NpgsqlTimeTZ. As per postgres' rules, first the times are compared as if they were both in the same timezone. If they are equal then then timezones are compared (+01:00 being "smaller" than -01:00).
EqualsOverloaded.  
GetHashCode 
GetType (inherited from Object) 
Normalize Normalise this time; if it is 24:00:00, convert it to 00:00:00
SubtractOverloaded.  
ToString 

See Also

NpgsqlTimeTZ Class | NpgsqlTypes Namespace