WeekOfMonth enumeration
SharePoint 2013
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)
| 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. |
Show: