isWorkingDate method



Indicates whether a specified date is a working day.

Syntax

boolean = schedulerObject.isWorkingDate(date)

Applies to

Scheduler class.

Parameters

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

Return value

boolean. ??? if the date specified by date is a working day; otherwise, ???.

Usage

This method indicates whether the date specified by date is a working day.

Example
Topic 1
Topic 2

See also
Topic 1
Topic 2