Table of Contents

Property LastOccurrenceAt

Namespace
MailFathom.Application.Jobs.Scheduling
Assembly
MailFathom.Application.dll

LastOccurrenceAt

Gets the occasion last dispatched or deliberately passed over, or null while there has been none.

public DateTimeOffset? LastOccurrenceAt { get; init; }

Property Value

DateTimeOffset?

Remarks

It is the occasion's own instant rather than the instant the dispatch happened, which is what keeps a schedule from drifting: a pass that noticed an occasion five minutes late still advances the schedule to the occasion.