[]
Specifies the recurrence pattern for the events, such as tasks or calendar exceptions.
public class RecurrencePattern : INotifyPropertyChanged
| Name | Description |
|---|---|
| RecurrencePattern() |
| Name | Description |
|---|---|
| DayOfMonth | Gets or sets the day of month when the recurrence should occur. |
| Interval | Gets or sets the cycle step of occurrences of the recurrence. |
| MonthOfYear | Gets or sets the month of year when the recurrence should occur. |
| WeekDays | Gets or sets the days of week when the recurrence should occur. |
| WeekOfMonth | Gets or sets the week of month when the recurrence should occur. |
| Name | Description |
|---|---|
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes. |