IJobExecutionContextNextFireTimeUtc Property

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

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

C#
Nullable<DateTimeOffset> NextFireTimeUtc { get; }

Property Value

Type: NullableDateTimeOffset
The next fire time.
See Also

Reference