findInterval
fun findInterval(options: TimeIntervalCollection.FindIntervalOptions? = definedExternally): TimeInterval?(source)
Returns the first interval in the collection that matches the specified parameters. All parameters are optional and undefined
parameters are treated as a don't care condition.
Return
The first interval in the collection that matches the specified parameters.