[]
Defines flags for the different weeks.
[Flags]
public enum WeekFlags
<Flags>
Public Enum WeekFlags
Name | Description |
---|---|
All | Specifies all weeks in the month. |
FifthWeek | Specifies the fifth week in the month. |
FirstWeek | Specifies the first week in the month. |
FourthWeek | Specifies the fourth week in the month. |
LastWeek | Specifies the last week in the month. |
None | Specifies no weeks. |
SecondWeek | Specifies the second week in the month. |
ThirdWeek | Specifies the third week in the month. |