IJobExecutionContextPreviousFireTimeUtc Property

Quartz.NET 3.0 API Documentation
Gets the previous fire time.

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

C#
Nullable<DateTimeOffset> PreviousFireTimeUtc { get; }

Property Value

Type: NullableDateTimeOffset
The previous fire time.
See Also

Reference