Property DueAt
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
DueAt
Gets the time the author asked the message to leave at, or null when they asked for it to leave at once.
public ZonedInstant? DueAt { get; }
Property Value
Remarks
A time already past is not refused here. Whether a named time is still one somebody may ask for is a question about the clock, and this type holds no clock; what it does is carry the author's statement to the record unchanged, so the boundary that refused a time in the past and the record that holds one agree on what was asked for.