Time Ranges
data class TimeRanges(ranges: List<ClosedFloatingPointRange<Double>>) : List<ClosedFloatingPointRange<Double>>
Represents one or more ranges of time, each specified by a start time and an end time.
Properties
Link copied to clipboard
Returns the bounding time range from firstStart to lastEnd, or null
if empty.
Link copied to clipboard
Returns the start of the first range, or null
if empty.