ComponentOne Input for WinForms
Select Specific Calendar Type
Input for WinForms Task-Based Help > Select Specific Calendar Type

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