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(/* private fields */);