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.12.0
Syntax
C#
public TriggerBuilder OnTheDays(
	params int[] days
)
Request Example View Source

Parameters

days  Int32
The days.

Return Value

TriggerBuilder
TriggerBuilder instance.
See Also