isWorkingDayOfWeek method



Indicates whether a specified day is a working day of the week.

Syntax

boolean = Scheduler.isWorkingDayOfWeek(dayOfWeek)

Applies to

Scheduler object.

Parameters

dayOfWeek
int. The day of the week. ??? represents Monday, ??? represents Tuesday, and so on.

Return value

boolean. ??? if dayOfWeek is a working day of the week; otherwise, ???.

Usage

This method indicates whether the day specified by dayOfWeek is a working day of the week.

Example
Topic 1
Topic 2

See also
Topic 1
Topic 2