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