Generic Date representation
Combination of a Date and a TimeOfDay
Represents a point in time.
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.
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.
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2007 Tango contributors. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
mid 2005: Initial release Apr 2007: heavily reshaped Dec 2007: moved to ocean.time