Search
Recurrence.monthOfYear Property
See Also
 






Gets or sets the month of the year when the event occurs.

Namespace: MindFusion.Scheduling
Assembly: Recurrence.js

 Syntax

JavaScript  Copy Code

get monthOfYear() {}
set monthOfYear(value) {}

 Property Value

Values must range from 1 to 12.

 Remarks

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

 See Also