Click or drag to resize
Task Scheduler Managed Class Library

ActionBuilderInTheMonthOf Method

Adds a trigger that executes monthly on specific days.

Namespace: Microsoft.Win32.TaskScheduler.Fluent
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public MonthlyTriggerBuilder InTheMonthOf(
	MonthsOfTheYear moy
)
Request Example View Source

Parameters

moy  MonthsOfTheYear
The months of the year in which to run.

Return Value

MonthlyTriggerBuilder
MonthlyTriggerBuilder instance.
See Also