TimeInterval

Type Alias TimeInterval 

Source
pub type TimeInterval<T> = (DateTime<T>, DateTime<T>);
Expand description

A tuple of chrono::DateTime objects forming a time interval.