Method NextOccurrenceAfter
- Namespace
- MailFathom.Application.Jobs.Scheduling
- Assembly
- MailFathom.Application.dll
NextOccurrenceAfter(DateTimeOffset)
Reads the first occasion strictly after an instant.
public DateTimeOffset? NextOccurrenceAfter(DateTimeOffset instant)
Parameters
instantDateTimeOffsetThe instant to look forward from.
Returns
- DateTimeOffset?
The occasion, or null when the schedule declares none after it.