Click or drag to resize
Task Scheduler Managed Class Library

MonthlyDOWTriggerBuilderIn Method

Updates a monthly trigger to specify in which weeks of the month it will run.

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public MonthlyDOWTriggerBuilder In(
	WhichWeek ww
)
Request Example View Source

Parameters

ww
Type: Microsoft.Win32.TaskSchedulerWhichWeek
The week.

Return Value

Type: MonthlyDOWTriggerBuilder
MonthlyDOWTriggerBuilder instance.
See Also