Click or drag to resize
RecurringJobDtoNextExecution Property

[Missing <summary> documentation for "P:Hangfire.Storage.RecurringJobDto.NextExecution"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public Nullable<DateTime> NextExecution { get; set; }

Property Value

Type: NullableDateTime
See Also