ocean.time.Time

Members

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

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

Version

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

Authors

John Chapman, Kris, scheivguy