ComponentOne Input for WinForms
Input for WinForms Task-Based Help / Select Specific Calendar Type
In This Topic
    Select Specific Calendar Type
    In This Topic

    The CalendarType property, present in the C1DateEdit and C1NumericEdit controls lets you select specific calendar types to use a non-default Calendar. The following calendar types are supported by C1DateEdit and C1NumericEdit controls:

     Complete the following steps to change the calendar type for the C1Input control:

    1. Create a new Windows Application project. Place a C1Input control (C1DateEdit or C1NumericEdit) on the form.
    2. From the Properties window, set the CalendarType property, as per your requirement.
    See Also