SchedulerConstantsFailedJobOriginalTriggerScheduledFiretime Field

Quartz.NET 3.0 API Documentation
A constant
JobDataMap
key that can be used to retrieve the scheduled fire time of the original
Trigger
from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.

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

C#
public const string FailedJobOriginalTriggerScheduledFiretime = "QRTZ_FAILED_JOB_ORIG_TRIGGER_SCHEDULED_FIRETIME_AS_STRING"

Field Value

Type: String
Remarks

Note that this is the time the original firing was scheduled for, which may be different from the actual firing time - as a trigger doesn't always fire exactly on time.
See Also

Reference