Specifies when to stop repeating recurring events.
Namespace: MindFusion.Scheduling
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
EndDate |
The recurrence ends at a specified date. |
|
Never |
Never stop repeating events. |
|
NumOccurrences |
Stop repeating events after a specified number of occurrences. |
The following code creates a Recurrence that never ends for a schedule item for each Wednesday:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // setup the recurrence |