Determine if timetable row times contain specified time range
returns tf
= containsrange(TT
,rangeOfTimes
)1
(true
) if the range of the row times of
TT
contains the time range specified by
rangeOfTimes
. Otherwise, it returns 0
(false
).
The range of the row times of TT
is determined by its minimum and
maximum row times.
datetime
| duration
| overlapsrange
| seconds
| timerange
| timetable
| withinrange
| withtol