IJobExecutionContextFireTimeUtc Property

Quartz.NET 3.0 API Documentation
The actual time the trigger fired. 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#
DateTimeOffset FireTimeUtc { get; }

Return Value

Type: DateTimeOffset
Returns the fireTimeUtc.
See Also

Reference