Expand description
The units
module provides definitions for common units.
Structs§
- Time
Time
represents a duration of time in seconds, or the number of seconds since an arbitrary epoch.Time
is stored as an integer number of seconds plus any remaining fraction of a second as a floating point value.- Time
Base - A
TimeBase
is the conversion factor between time, expressed in seconds, and aTimeStamp
orDuration
.