Table of Contents

Field MaximumZoneIdLength

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

The greatest length a zone identifier may have, which bounds the column one is stored in.

public const int MaximumZoneIdLength = 64

Returns

int
The greatest length a zone identifier may have, which bounds the column one is stored in.

Remarks

An IANA identifier is a short path such as America/Argentina/ComodRivadavia; the bound is well above the longest one and keeps a stored value readable.