Table of Contents

Method PeriodEndAt

Namespace
MailFathom.Domain.Delivery.Governance
Assembly
MailFathom.Domain.dll

PeriodEndAt(DateTimeOffset)

Finds when the period an instant falls in rolls over, which is when a refused send may be asked for again.

public DateTimeOffset PeriodEndAt(DateTimeOffset instant)

Parameters

instant DateTimeOffset

The moment to place in a period.

Returns

DateTimeOffset

The instant the next period begins, in UTC.