This is preliminary documentation and is subject to change.

ExtendedDateTimeFormatParser Class

The extended date time format parser.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static class ExtendedDateTimeFormatParser
Inheritance
Object    ExtendedDateTimeFormatParser

Methods

Parse Parses a EDT formatted string
"-" a minus sign represented by the character "-" to indicate a negative value
"E" the exponent designator, represented by the character "E", preceding the component which represents the exponential part of a time scale component value
"S" the significant digit designator, represented by the character "S", preceding the component which represents the number of significant digits of the time scale component value
"X" the unspecified digit, used within a date with unspecified part, represented by the character "X", indicating that the time scale component value of the specific digit it replaces is unspecified "?" qualification modifier, represented by the character "?", indicating that the time scale component value it applies to is uncertain
"~" qualification modifier, represented by the character indicating that the time scale component value it applies to is approximate
"%" qualification modifier, represented by the character indicating that the time scale component value it applies to is both uncertain and approximate
".."x indicating "on or after" value x if applied as a suffix to a time scale component
x".." indicating "between x and y" (inclusive) when applied between two time scale components

See Also