Click or drag to resize
Task Scheduler Managed Class Library

MonthlyTriggerBuilderOnTheDays Method

Updates a monthly trigger to specify the days of the month on 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 OnTheDays(
	params int[] days
)
Request Example View Source

Parameters

days
Type: SystemInt32
The days.

Return Value

Type: TriggerBuilder
TriggerBuilder instance.
See Also