IJobExecutionContext PreviousFireTimeUtc Property Quartz.NET API Documentation
Gets the previous fire time.

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

Nullable<DateTimeOffset> PreviousFireTimeUtc { get; }

Property Value

Type: Nullable DateTimeOffset 
The previous fire time.
See Also