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