tango.time.Time

Members

Functions

foo
Time foo()
main
void main()

Structs

Date
struct Date

Generic Date representation

DateTime
struct DateTime

Combination of a Date and a TimeOfDay

Time
struct Time

Represents a point in time.

TimeOfDay
struct TimeOfDay

Represents a time of day. This is different from TimeSpan in that each component is represented within the limits of everyday time, rather than from the start of the Epoch. Effectively, the TimeOfDay epoch is the first second of each day.

TimeSpan
struct TimeSpan

This struct represents a length of time. The underlying representation is in units of 100ns. This allows the length of time to span to roughly +/- 10000 years.

Meta

License

BSD style: $(LICENSE)

Version

mid 2005: Initial release Apr 2007: heavily reshaped Dec 2007: moved to tango.time

Authors

John Chapman, Kris, scheivguy