Click or drag to resize
Task Scheduler Managed Class Library

MonthlyDOWTrigger Constructor

Creates an unbound instance of a MonthlyDOWTrigger.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public MonthlyDOWTrigger(
	DaysOfTheWeek daysOfWeek = DaysOfTheWeek.Sunday,
	MonthsOfTheYear monthsOfYear = MonthsOfTheYear.AllMonths,
	WhichWeek weeksOfMonth = WhichWeek.FirstWeek
)
Request Example View Source

Parameters

daysOfWeek  DaysOfTheWeek  (Optional)
The days of the week.
monthsOfYear  MonthsOfTheYear  (Optional)
The months of the year.
weeksOfMonth  WhichWeek  (Optional)
The weeks of the month.
See Also