Time

Holds an ISO 8601 time as hour, minute, seconds and millisecs: 09:51:27.354

Constructors

this
this(TimeOfDay tod, int millis)
Undocumented in source.
this
this(int hour, int minute, int second, int millis)
Undocumented in source.

Alias This

tod

Members

Functions

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

Variables

millis
int millis;
Undocumented in source.
tod
TimeOfDay tod;
Undocumented in source.

Meta