Indicates whether a specified time is during working time.
boolean = Scheduler.isDuringWorkingTime(date)
This method indicates whether the time specified by date is during working time. You can designate any day of the week as a working day using the setWorkingDayOfWeek() method.
See also
setWorkingDayOfWeek method
isWorkingDate method
isWorkingDayOfWeek method