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.
toString
void toString(Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
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

hourMax
enum hourMax;
Undocumented in source.
hourMin
enum hourMin;
Undocumented in source.
minuteMax
enum minuteMax;
Undocumented in source.
minuteMin
enum minuteMin;
Undocumented in source.

Properties

hour
byte hour [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hour0
byte hour0 [@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
ubyte minute [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
quarter
ubyte quarter [@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.

See Also

Meta