Specifies types of yearly recurrence patterns.
Namespace: MindFusion.Scheduling
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
ByDayType |
The event occurs on a specific type of day of the specified week and month of the year. |
|
SpecificDate |
The event occurs on a specific date of the year. |
The following code sets the yearly recurrence of a Recurrence to be on a specific date:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // setup the recurrence |