Calendar for WinForms | ComponentOne
DateEdit / Formatting and Parsing
In This Topic
    Formatting and Parsing
    In This Topic

    The DateEdit control supports a number of date formats classified as follows:

    Parsing

    Converting the string entered by the user to the data type is called parsing. It is the opposite of formatting. The DateEdit control allows controlling parsing through the ParseInfo property. The ParseInfo property provides access to the ParseInfo Class that contains sub-properties that control different aspects of parsing.

    Though default parsing suffices in a majority of cases, you can still change many aspects of how the control parses, by expanding the ParseInfo property, changing the (Inherit) flags, and setting desired properties. By default, the same format property value is used for parsing as for formatting.