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.10.1
Syntax
public MonthlyDOWTrigger(
	DaysOfTheWeek daysOfWeek = DaysOfTheWeek.Sunday,
	MonthsOfTheYear monthsOfYear = MonthsOfTheYear.AllMonths,
	WhichWeek weeksOfMonth = WhichWeek.FirstWeek
)
Request Example View Source

Parameters

daysOfWeek (Optional)
Type: Microsoft.Win32.TaskSchedulerDaysOfTheWeek
The days of the week.
monthsOfYear (Optional)
Type: Microsoft.Win32.TaskSchedulerMonthsOfTheYear
The months of the year.
weeksOfMonth (Optional)
Type: Microsoft.Win32.TaskSchedulerWhichWeek
The weeks of the month.
See Also