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