Days pattern occurs – a combination of items from the DaysOfWeek enumeration.
| C# | Visual Basic |
public DaysOfWeek DaysOfWeekMask { get; set; }
Public Property DaysOfWeekMask As DaysOfWeek Get Set
Valid only for Weekly, MonthNth and YearNth Recurrence Types.
| Exception | Condition |
|---|---|
| NotSupportedException | DayOfWeekMask property only valid for Weekly, MonthNth and YearNth Recurrence Types. |