Click or drag to resize
Task Scheduler Managed Class Library

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.12.0
Syntax
C#
[FlagsAttribute]
public enum WhichWeek
Request Example
Members
Member nameValueDescription
FirstWeek1First week of the month
SecondWeek2Second week of the month
ThirdWeek4Third week of the month
FourthWeek8Fourth week of the month
LastWeek16Last week of the month
AllWeeks31Every week of the month
See Also