Click or drag to resize
Task Scheduler Managed Class Library

MonthlyDOWTriggerBuilderOf Method

Updates a monthly trigger to specify the months of the year in which it will run.

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public TriggerBuilder Of(
	MonthsOfTheYear moy
)
Request Example View Source

Parameters

moy
Type: Microsoft.Win32.TaskSchedulerMonthsOfTheYear
The month of the year.

Return Value

Type: TriggerBuilder
TriggerBuilder instance.
See Also