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).
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
No code example is currently available or this language may not be supported.
| 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) |