contains
Checks if the specified date is inside the provided interval.
Return
true
if the interval contains the specified date, false
otherwise.
Parameters
timeInterval
The interval.
julianDate
The date to check.
Checks if the specified date is inside the provided interval.
true
if the interval contains the specified date, false
otherwise.
The interval.
The date to check.