IJobExecutionContextScheduledFireTimeUtc Property

Quartz.NET 3.0 API Documentation
The scheduled time the trigger fired for. For instance the scheduled time may have been 10:00:00 but the actual fire time may have been 10:00:03 if the scheduler was too busy.

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

C#
Nullable<DateTimeOffset> ScheduledFireTimeUtc { get; }

Return Value

Type: NullableDateTimeOffset
Returns the scheduledFireTimeUtc.
See Also

Reference