setWorkingDayOfWeek method
Sets a specified day of the week to be a working day or a non-working day.
Syntax
Scheduler.setWorkingDayOfWeek(dayOfWeek, bWork)
Applies to
Scheduler object.
Parameters
- dayOfWeek
- int. The day of the week that this method sets to be a working day or non-working day. ??? represents Monday, ??? represents Tuesday, and so on.
- bWork
- boolean. ??? sets the day specified by dayOfWeek to be a working day; ??? sets it to be a non-working day.
Return value
none.
Usage
This method sets a specified day of the week to be a working day or a non-working day.
Example
Topic 1
Topic 2
See also
Topic 1
Topic 2