Method PeriodStartAt
- Namespace
- MailFathom.Domain.Delivery.Governance
- Assembly
- MailFathom.Domain.dll
PeriodStartAt(DateTimeOffset)
Finds the start of the period an instant falls in, which is the moment a caller's counts are taken since.
public DateTimeOffset PeriodStartAt(DateTimeOffset instant)
Parameters
instantDateTimeOffsetThe moment to place in a period.
Returns
- DateTimeOffset
The period's start, in UTC.
Remarks
Anchored at the Unix epoch, so a period has a start an operator can name and a roll-over instant a refused caller can be told to come back after, with nothing stored to say where either is.