isWorkingDate method



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

Syntax

boolean = Scheduler.isWorkingDate(date)

Applies to

Scheduler object.

Parameters

date
Date. A Date object that specifies a particular day.

Return value

boolean. The boolean value is true if the date specified by date is a working day; otherwise, it is false.

Usage

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