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