Sets a specified day of the week to be a working day or a non-working day.
Scheduler.setWorkingDayOfWeek(dayOfWeek, bWork)
Use this method to designate any day of the week as a working day.
Note: JDK 1.1 includes a Calendar-derived class, GregorianCalendar, that defines 1<=dayOfWeek<=7. Other Calendar-derived classes may define different values for dayOfWeek; check the values defined by the Calendar-derived class that you are using.
See also
isDuringWorkingTime method
isWorkingDate method
isWorkingDayOfWeek method