ocean.time.Clock

Public Imports

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

Members

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 contributors.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Version

Feb 2007: Initial release