MonthlyDOWTrigger Constructor
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
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.