Gets or sets the recurrence pattern.
Namespace: MindFusion.Scheduling
File: Recurrence.js
JavaScript Copy Code |
---|
get pattern() {} |
One of the RecurrencePattern enumeration values.
The following code creates a recurrence for a schedule item for each Wednesday:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // setup the recurrence |