Function: isBusinessDay()
isBusinessDay(
time
):time is BusinessDay
Check if a time value is a business day object.
Parameters
• time: Time
The time to check.
Returns
time is BusinessDay
true
if time
is a BusinessDay object, false otherwise.