WeeklyRecurrence
Defines a weekly recurrence pattern.
| Name | Data Type | Description |
|---|---|---|
Sunday | Boolean | Indicates whether a weekly recurrence happens on a Sunday. |
Monday | Boolean | Indicates whether a weekly recurrence happens on a Monday. |
Tuesday | Boolean | Indicates whether a weekly recurrence happens on a Tuesday. |
Wednesday | Boolean | Indicates whether a weekly recurrence happens on a Wednesday. |
Thursday | Boolean | Indicates whether a weekly recurrence happens on a Thursday. |
Friday | Boolean | Indicates whether a weekly recurrence happens on a Friday. |
Saturday | Boolean | Indicates whether a weekly recurrence happens on a Saturday. |
WeekInterval | Int | Specifies the interval of weekly recurrence. |
WeeklyRecurrencePatternType | WeeklyRecurrencePatternTypeEnum | Specifies the type of weekly recurrence. The only possible value is ByDay. |