ITriggerFinalFireTimeUtc Property

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
Nullable<DateTimeOffset> FinalFireTimeUtc { get; }

Property Value

Type: NullableDateTimeOffset
See Also

Reference