Table of Contents

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

instant DateTimeOffset

The instant to look forward from.

Returns

DateTimeOffset?

The occasion, or null when the schedule declares none after it.