Enum DayOfTheWeekIndex
- Namespace
 - Microsoft.Exchange.WebServices.Data
 
- Assembly
 - Microsoft.Exchange.WebServices.dll
 
Defines the index of a week day within a month.
public enum DayOfTheWeekIndex
  Fields
First = 0The first specific day of the week in the month. For example, the first Tuesday of the month.
Fourth = 3The fourth specific day of the week in the month. For example, the fourth Tuesday of the month.
Last = 4The last specific day of the week in the month. For example, the last Tuesday of the month.
Second = 1The second specific day of the week in the month. For example, the second Tuesday of the month.
Third = 2The third specific day of the week in the month. For example, the third Tuesday of the month.