IJobExecutionContext NextFireTimeUtc Property Quartz.NET API Documentation
Gets the next fire time.

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

Nullable<DateTimeOffset> NextFireTimeUtc { get; }

Property Value

Type: Nullable DateTimeOffset 
The next fire time.
See Also