Search
Recurrence.yearlyRecurrence Property
See Also
 






Gets or sets the type of yearly recurrence.

Namespace: MindFusion.Scheduling
Assembly: Recurrence.js

 Syntax

JavaScript  Copy Code

get yearlyRecurrence() {}
set yearlyRecurrence(value) {}

 Property Value

YearlyRecurrence

One of the YearlyRecurrence enumeration values.

 Remarks

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

 See Also