TriggerBuilderStartAt Method

Quartz.NET 3.0 API Documentation
Set the time the Trigger should start at - the trigger may or may not fire at this time - depending upon the schedule configured for the Trigger. However the Trigger will NOT fire before this time, regardless of the Trigger's schedule.

Namespace:  Quartz
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public TriggerBuilder StartAt(
	DateTimeOffset startTimeUtc
)

Parameters

startTimeUtc
Type: SystemDateTimeOffset
the start time for the Trigger.

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also

Reference