Type Alias time::utc_offset::WholeSeconds

source ·
type WholeSeconds = RangedI32<{ _ }, { _ }>;
Expand description

The type capable of storing the range of whole seconds that a UtcOffset can encompass.

Aliased Type§

struct WholeSeconds(/* private fields */);