WeekOfMonth enumeration

An enumeration object that specifies the week of a month used in a recurrence pattern.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration WeekOfMonth
'Usage
Dim instance As WeekOfMonth
public enum WeekOfMonth

Members

Member name Description
First Value = 0, and represents the first week of the month.
Second Value = 1, and represents the second week of the month.
Third Value = 2, and represents the third week of the month.
Fourth Value = 3, and represents the fourth week of the month.
Last Value = 4, and represents the last week of the month.

Remarks

[Microsoft.SharePoint.WeekOfMonth] values follow the [System.DayOfWeek] convention of a zero based enumerator set where First = 0, Second = 1, Third = 2, Fourth = 3, and Last = 4.

See also

Reference

Microsoft.SharePoint namespace