Specifies the pattern of recurrence for a task.
Namespace: MindFusion.Scheduling
Package: Calendar.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
ByTimeInterval |
Value: 4. The event occurs by a specified time interval. |
![]() |
Daily |
Value: 0. The event occurs daily. |
![]() |
Monthly |
Value: 2. The event occurs monthly. |
![]() |
Weekly |
Value: 1. The event occurs weekly. |
![]() |
Yearly |
Value: 3. The event occurs yearly. |