[]
Specifies the weeks of month, used in a recurrence pattern.
public enum WeekOfMonth
Name | Description |
---|---|
First | The event recurs in the first week of the month. |
Fourth | The item recurs in the fourth week of the month. |
Last | The item recurs in the last week of the month. |
NotSpecified | The week of month is not specified. |
Second | The item recurs in the second week of the month. |
Third | The item recurs in the third week of the month. |