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