# Select Specific Calendar Type

Learn how to use the CalendarType property in C1Input control.

## Content



The [CalendarType](/componentone/api/win/online-input/dotnet-framework-api/C1.Win.C1Input.4.8/C1.Win.C1Input.CalendarType.html) 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:

*   Default
*   ChineseLuniSolarCalendar
*   EastAsianLunisolarCalendar
*   GregorianCalendar
*   HebrewCalendar
*   HijriCalendar
*   JapaneseCalendar
*   JapaneseLunisolarCalendar
*   JulianCalendar
*   KoreanCalendar
*   KoreanLunisolarCalendar
*   TaiwanCalendar
*   TaiwanLunisolarCalendar
*   ThaiBuddhistCalendar
*   UmAlQuraCalendar

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

[Spin Up/Spin Down Programmatically](/componentone/docs/win/online-input/inputforwinformstask/SpinUpSpinDownProgrammatic)