Gets or sets on which occurrence of the week within the month the event occurs.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
get occurrence() {} |
One of Occurrence enumeration values.
RemarksThe 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