tango.time.Clock

Public Imports

tango.time.Time
public import tango.time.Time;
Undocumented in source.

Members

Functions

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

Structs

Clock
struct Clock

Exposes UTC time relative to Jan 1st, 1 AD. These values are based upon a clock-tick of 100ns, giving them a span of greater than 10,000 years. These units of time are the foundation of most time and date functionality in Tango.

Meta

License

BSD style: $(LICENSE)

Version

Feb 2007: Initial release