Specifies the days of the week in a recurrence pattern.
[Visual Basic] Public Enum DaysOfWeek [C#] public enum DaysOfWeek [C++] public enum DaysOfWeek
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
All | Every day of the week is in the recurrence pattern. |
Friday | Friday is the only day in the recurrence pattern. |
Monday | Monday is the only day in the recurrence pattern. |
None | No days in the recurrence pattern. |
Saturday | Saturday is the only day in the recurrence pattern. |
Sunday | Sunday is the only day in the recurrence pattern. |
Thursday | Thursday is the only day in the recurrence pattern. |
Tuesday | Tuesday is the only day in the recurrence pattern. |
Wednesday | Wednesday is the only day in the recurrence pattern. |
Weekdays | The weekdays are in the recurrence pattern. |
Weekend | The days of the weekend are in the recurrence pattern. |
Namespace: System.Timers
Assembly: System.Timers.dll