DayOfWeekType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DayOfWeekType enumeration describes days of the week that are used in item recurrence patterns.
public enum class DayOfWeekType
public enum DayOfWeekType
Public Enum DayOfWeekType
- Inheritance
-
DayOfWeekType
Fields
Name | Value | Description |
---|---|---|
Sunday | 0 | Identifies Sundays as part of the recurrence pattern. |
Monday | 1 | Identifies Mondays as part of the recurrence pattern. |
Tuesday | 2 | Identifies Tuesdays as part of the recurrence pattern. |
Wednesday | 3 | Identifies Wednesdays as part of the recurrence pattern. |
Thursday | 4 | Identifies Thursdays as part of the recurrence pattern. |
Friday | 5 | Identifies Fridays as part of the recurrence pattern. |
Saturday | 6 | Identifies Saturdays as part of the recurrence pattern. |
Day | 7 | Identifies every day as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or in the WeeklyRecurrencePatternType. |
Weekday | 8 | Identifies weekdays as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or in the WeeklyRecurrencePatternType. |
WeekendDay | 9 | Identifies weekend days as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or in the WeeklyRecurrencePatternType. |
Remarks
This enumeration is used by the following properties:
- The DaysOfWeek property of the RelativeMonthlyRecurrencePatternType object.
- The DaysOfWeek property of the RelativeYearlyRecurrencePatternType object.
- The DaysOfWeek property of the WeeklyRecurrencePatternType object, which may contain multiple values for the days of the week.
The DayOfWeek property of the SerializableTimeZoneTime class supports the string format of each DayOfWeekType enumeration value.