Gets or sets the number of months between two consecutive occurrences of the same event.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
get months() {} |
An integer that specifies the number of months.
RemarksThe property is used when the Pattern is set to RecurrencePattern.Monthly.
See Also