TriggerFiredBundleNextFireTimeUtc Property

Quartz.NET 3.0 API Documentation
Gets the next UTC fire time.

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

C#
public virtual Nullable<DateTimeOffset> NextFireTimeUtc { get; }

Property Value

Type: NullableDateTimeOffset
The next fire time.

Return Value

Type: NullableDateTimeOffset
Returns the nextFireTimeUtc.
See Also

Reference