IMutableTriggerStartTimeUtc Property

Quartz.NET 3.0 API Documentation

The time at which the trigger's scheduling should start. May or may not be the first actual fire time of the trigger, depending upon the type of trigger and the settings of the other properties of the trigger. However the first actual first time will not be before this date.

Setting a value in the past may cause a new trigger to compute a first fire time that is in the past, which may cause an immediate misfire of the trigger.

ew DateTimeOffset StartTimeUtc { get; set; }

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

C#
DateTimeOffset StartTimeUtc { get; set; }

Property Value

Type: DateTimeOffset

Implements

ITriggerStartTimeUtc
See Also

Reference