Enum RecurrencePattern
Enumerator describing the main pattern of recurrence.
Syntax
RecurrencePattern
Fields
| Name | Description |
|---|---|
| Unknown | 0: Unknown/undecided type |
| Daily | Dayly recurrence. |
| Weekly | Weekly recurrence. |
| Monthly | Monthly recurrence. |
| Yearly | Yearly recurrence. |
| Custom | Custom recurrence, only dates are specified. See RecurrenceDayPattern for details |