Type Alias time::utc_offset::Hours

source ·
type Hours = RangedI8<-25, 25>;
Expand description

The type of the hours field of UtcOffset.

Aliased Type§

struct Hours(pub(crate) Unsafe<i8>);

Fields§

§0: Unsafe<i8>