 | WhichWeek Enumeration |
Values for week of month (first, second, ..., last)
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax[FlagsAttribute]
public enum WhichWeek
<FlagsAttribute>
Public Enumeration WhichWeek
[FlagsAttribute]
public enum class WhichWeek
Members
| Member name | Value | Description |
---|
| FirstWeek | 1 | First week of the month |
| SecondWeek | 2 | Second week of the month |
| ThirdWeek | 4 | Third week of the month |
| FourthWeek | 8 | Fourth week of the month |
| LastWeek | 16 | Last week of the month |
| AllWeeks | 31 | Every week of the month |
See Also