Specifies types of yearly recurrence patterns.
Namespace: MindFusion.Scheduling
Assembly: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| 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. |
ExampleThe 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 |
See Also