This documentation is archived and is not being maintained.

DayOfWeekType Enumeration

The DayOfWeekType enumeration describes days of the week that are used in item recurrence patterns.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/exchange/services/2006/types")] 
public enum DayOfWeekType
/** @attribute SerializableAttribute() */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/exchange/services/2006/types") */ 
public enum DayOfWeekType
SerializableAttribute 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlTypeAttribute(Namespace="http://schemas.microsoft.com/exchange/services/2006/types") 
public enum DayOfWeekType

Member nameDescription
DayIdentifies every day as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or the WeeklyRecurrencePatternType classes.
FridayIdentifies Fridays as part of the recurrence pattern.
MondayIdentifies Mondays as part of the recurrence pattern.
SaturdayIdentifies Saturdays as part of the recurrence pattern.
SundayIdentifies Sundays as part of the recurrence pattern.
ThursdayIdentifies Thursdays as part of the recurrence pattern.
TuesdayIdentifies Tuesdays as part of the recurrence pattern.
WednesdayIdentifies Wednesdays as part of the recurrence pattern.
WeekdayIdentifies weekdays as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or the WeeklyRecurrencePatternType classes.
WeekendDayIdentifies weekend days as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or the WeeklyRecurrencePatternType classes.

This enumeration is used by the following properties:

The DayOfWeek property of the SerializableTimeZoneTime class supports the string format of each DayOfWeekType enumeration value.


Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
Show: