TriggerBuilder StartNow Method Quartz.NET API Documentation
Set the time the Trigger should start at to the current moment - the trigger may or may not fire at this time - depending upon the schedule configured for the Trigger.

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

public TriggerBuilder StartNow()

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also