pub fn convert_duration_type_to_interval(
    interval: &Interval
) -> Option<Interval>
Expand description

Converts an Interval of Durations to one of time intervals, if applicable. Otherwise, returns None.