Table of Contents

Field MaximumScheduleLength

Namespace
MailFathom.Domain.Delivery.Scheduling
Assembly
MailFathom.Domain.dll

The greatest length a declared schedule may have, which bounds the column it is stored in.

public const int MaximumScheduleLength = 128

Returns

int
The greatest length a declared schedule may have, which bounds the column it is stored in.

Remarks

The declared forms are short phrases such as Daily at 09:00 Europe/Warsaw, so the bound is well above anything the syntax can express and exists to keep an unbounded string out of the table.