ITrigger FinalFireTimeUtc Property Quartz.NET API Documentation
Returns the last UTC time at which the ITrigger will fire, if the Trigger will repeat indefinitely, null will be returned.

Note that the return time *may* be in the past.

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

Nullable<DateTimeOffset> FinalFireTimeUtc { get; }

Property Value

Type: Nullable DateTimeOffset 
See Also