DayOfWeekType Enumeration
The DayOfWeekType enumeration describes days of the week that are used in item recurrence patterns.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration DayOfWeekType
[SerializableAttribute]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
public enum DayOfWeekType
[SerializableAttribute]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
public enum class DayOfWeekType
/** @attribute SerializableAttribute() */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
public enum DayOfWeekType
SerializableAttribute
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
public enum DayOfWeekType
Members
Member name | Description |
---|---|
Day | Identifies every day as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or the WeeklyRecurrencePatternType classes. |
Friday | Identifies Fridays as part of the recurrence pattern. |
Monday | Identifies Mondays as part of the recurrence pattern. |
Saturday | Identifies Saturdays as part of the recurrence pattern. |
Sunday | Identifies Sundays as part of the recurrence pattern. |
Thursday | Identifies Thursdays as part of the recurrence pattern. |
Tuesday | Identifies Tuesdays as part of the recurrence pattern. |
Wednesday | Identifies Wednesdays as part of the recurrence pattern. |
Weekday | Identifies weekdays as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or the WeeklyRecurrencePatternType classes. |
WeekendDay | Identifies weekend days as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or the WeeklyRecurrencePatternType classes. |
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.
Platforms
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)