PGTimeWithZone

Represents PostgreSQL Time with TimeZone. Time zone is stored as UTC offset in seconds without DST.

Constructors

this
this(TimeOfDay tm, SimpleTimeZone tz)
Undocumented in source.

Members

Functions

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hour
int hour;
minute
int minute;
second
int second;
timeZoneOffset
int timeZoneOffset;
Undocumented in source.

Meta