Click or drag to resize
Task Scheduler Managed Class Library

TriggerBuilderStarting Method (Int32, Int32, Int32, Int32, Int32, Int32)

Specifies a date and time 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,
	int hour,
	int min,
	int sec
)
Request Example View Source

Parameters

year
Type: SystemInt32
The year.
month
Type: SystemInt32
The month.
day
Type: SystemInt32
The day.
hour
Type: SystemInt32
The hour.
min
Type: SystemInt32
The min.
sec
Type: SystemInt32
The sec.

Return Value

Type: TriggerBuilder
TriggerBuilder instance.
See Also