Click or drag to resize
Task Scheduler Managed Class Library

TriggerBuilderStarting Method (Int32, Int32, Int32)

Specifies a date on which a trigger will start.

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public TriggerBuilder Starting(
	int year,
	int month,
	int day
)
Request Example View Source

Parameters

year
Type: SystemInt32
The year.
month
Type: SystemInt32
The month.
day
Type: SystemInt32
The day.

Return Value

Type: TriggerBuilder
TriggerBuilder instance.
See Also