Determine if timetable row times are within specified time range
returns tf
= withinrange(TT
,rangeOfTimes
)1
(true
) if the range of the row times of
TT
is entirely within 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.
containsrange
| datetime
| duration
| overlapsrange
| seconds
| timerange
| timetable
| withtol