ActionBuilderOnAll Method

Adds a trigger that executes monthly on certain days of the week.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Fluent
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public MonthlyDOWTriggerBuilder OnAll(
	DaysOfTheWeek dow
)

Parameters

dow  DaysOfTheWeek
The days of the week on which to run.

Return Value

MonthlyDOWTriggerBuilder
MonthlyDOWTriggerBuilder instance.

See Also