Search
Recurrence.occurrence Property
See Also
 






Gets or sets on which occurrence of the week within the month the event occurs.

Namespace: MindFusion.Scheduling
Assembly: Recurrence.js

 Syntax

JavaScript  Copy Code

get occurrence() {}
set occurrence(value) {}

 Property Value

One of Occurrence enumeration values.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Monthly orRecurrencePattern.Yearly and the MonthlyRecurrence or YearlyRecurrence propertiesare set to MonthlyRecurrence.ByDayType.

 See Also