This is preliminary documentation and is subject to change.

DateTimeValueValueFlags Enumeration

The value flags, specifying whether the day is approximate, uncertain, unspecified, unknown, or exact. it also can be a mix of most flags, and be Long to indicate its a value above the normal range (used for years).

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
[FlagsAttribute]
public enum ValueFlags

Members

None 0 Value was not define at all
Uncertain 1 Value is uncertain (?)
Approximate 2 Value is approximate (~)
Unknown 4 Value is unknown
Unspecified 8 Value is unspecified
Exact 16 Value is exact
Long 32 Value is a year value above 9999 or below -9999 (or specified with E)

See Also