Поделиться через


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> _
Public Enumeration DayOfWeekType
'Usage
Dim instance As DayOfWeekType
[SerializableAttribute]
public enum DayOfWeekType

Members

Member name Description
Sunday Identifies Sundays as part of the recurrence pattern.
Monday Identifies Mondays as part of the recurrence pattern.
Tuesday Identifies Tuesdays as part of the recurrence pattern.
Wednesday Identifies Wednesdays as part of the recurrence pattern.
Thursday Identifies Thursdays as part of the recurrence pattern.
Friday Identifies Fridays as part of the recurrence pattern.
Saturday Identifies Saturdays as part of the recurrence pattern.
Day Identifies every day as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or in the WeeklyRecurrencePatternType.
Weekday Identifies weekdays as part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType or in the WeeklyRecurrencePatternType.
WeekendDay 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.

See Also

Reference

Other Resources