pub type UtcInterval = Interval<Utc>;Expand description
An interval of Utc values.
Aliased Type§
pub struct UtcInterval { /* private fields */ }Implementations§
Source§impl UtcInterval
impl UtcInterval
Sourcepub fn to_time(&self) -> TimeInterval<Tai>
pub fn to_time(&self) -> TimeInterval<Tai>
Converts this UTC interval to a TimeInterval in TAI.