Skip to main content

UtcInterval

Type Alias UtcInterval 

Source
pub type UtcInterval = Interval<Utc>;
Expand description

An interval of Utc values.

Aliased Type§

pub struct UtcInterval { /* private fields */ }

Implementations§

Source§

impl UtcInterval

Source

pub fn to_time(&self) -> TimeInterval<Tai>

Converts this UTC interval to a TimeInterval in TAI.