Table of Contents

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 = 0

The first specific day of the week in the month. For example, the first Tuesday of the month.

Fourth = 3

The fourth specific day of the week in the month. For example, the fourth Tuesday of the month.

Last = 4

The last specific day of the week in the month. For example, the last Tuesday of the month.

Second = 1

The second specific day of the week in the month. For example, the second Tuesday of the month.

Third = 2

The third specific day of the week in the month. For example, the third Tuesday of the month.