public static class ExtendedDateTimeFormatParser
public ref class ExtendedDateTimeFormatParser abstract sealed
No code example is currently available or this language may not be supported.
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 |