Module time::utc_offset
source ยท Expand description
The UtcOffset
struct and its associated impl
s.
Modulesยง
- private ๐
Structsยง
- An offset from UTC.
Type Aliasesยง
- Hours ๐The type of the
hours
field ofUtcOffset
. - Minutes ๐The type of the
minutes
field ofUtcOffset
. - Seconds ๐The type of the
seconds
field ofUtcOffset
. - WholeSeconds ๐The type capable of storing the range of whole seconds that a
UtcOffset
can encompass.