MonthlyDOWTrigger Constructor

Creates an unbound instance of a MonthlyDOWTrigger.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public MonthlyDOWTrigger(
	DaysOfTheWeek daysOfWeek = DaysOfTheWeek.Sunday,
	MonthsOfTheYear monthsOfYear = MonthsOfTheYear.AllMonths,
	WhichWeek weeksOfMonth = WhichWeek.FirstWeek
)

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