Gets or sets the days of the week when the event occurs.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
get daysOfWeek() {} |
One of the DaysOfWeek enumeration values.
RemarksThis property is used when the Pattern is set to RecurrencePattern.Weekly.
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