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.12.0
Syntax
C#
public TriggerBuilder Of(
	MonthsOfTheYear moy
)
Request Example View Source

Parameters

moy  MonthsOfTheYear
The month of the year.

Return Value

TriggerBuilder
TriggerBuilder instance.
See Also