| RecurringJobDtoLastExecution Property |
[Missing <summary> documentation for "P:Hangfire.Storage.RecurringJobDto.LastExecution"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public Nullable<DateTime> LastExecution { get; set; }
Public Property LastExecution As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTimeSee Also