Schedule Constructor
Initializes the dundas.scheduling.Schedule object.
Parameters
- scheduleOptions
-
Type: Object
(optional) Object with default values for the schedule.
Optional: True
Examples
The following example initializes a new instance of a Schedule object:
var newObject = new dundas.scheduling.Schedule();