isDuringWorkingTime method



Indicates whether a specified time is during working time.

Syntax

boolean = Scheduler.isDuringWorkingTime(date)

Applies to

Scheduler object.

Parameters

date
Date. A Date object that specifies the particular time.

Return value

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

Usage

This method indicates whether the time specified by date is during working time. You can designate any day of the week as a working day using the setWorkingDayOfWeek() method.

See also

setWorkingDayOfWeek method
isWorkingDate method
isWorkingDayOfWeek method