WhichWeek Enumeration

Values for week of month (first, second, ..., last)

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[FlagsAttribute]
public enum WhichWeek

Members

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