Search
Recurrence.monthlyRecurrence Property
See Also
 






Gets or sets the type of monthly recurrence.

Namespace: MindFusion.Scheduling
Assembly: Recurrence.js

 Syntax

JavaScript  Copy Code

get monthlyRecurrence() {}
set monthlyRecurrence(value) {}

 Property Value

MonthlyRecurrence

One of the MonthlyRecurrence enumeration values.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Monthly.

 See Also