DayOfWeekType Enum

Definition

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

Day 7

Identifies every day as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or in the WeeklyRecurrencePatternType.

Friday 5

Identifies Fridays as part of the recurrence pattern.

Monday 1

Identifies Mondays as part of the recurrence pattern.

Saturday 6

Identifies Saturdays as part of the recurrence pattern.

Sunday 0

Identifies Sundays as part of the recurrence pattern.

Thursday 4

Identifies Thursdays 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.

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 DayOfWeek property of the SerializableTimeZoneTime class supports the string format of each DayOfWeekType enumeration value.

Applies to