UTCOffset

UTC Offset.

Constructors

this
this(const(char)[] code, bool strictFormat)
Undocumented in source.
this
this(byte hour, ubyte minute)
Undocumented in source.

Members

Functions

opCast
bool opCast()

Cast to bool, meaning 'true' if defined, false otherwise.

opCmp
int opCmp(typeof(this) that)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringUnpure
string toStringUnpure()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

maxHour
enum maxHour;
Undocumented in source.
maxMinute
enum maxMinute;
Undocumented in source.
minHour
enum minHour;
Undocumented in source.
minMinute
enum minMinute;
Undocumented in source.

Properties

hour
auto hour [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isDefined
bool isDefined [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minute
auto minute [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void delegate(scope const(char)[]) toString [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

hourNames
auto hourNames;
Undocumented in source.
quarterNames
auto quarterNames;
Undocumented in source.
quarterValues
auto quarterValues;
Undocumented in source.

See Also

Meta