ComponentOne DateTimeEditors for UWP
C1DateTime Picker Help / Working with C1DateTimePicker / C1DateTime Picker Elements
In This Topic
    C1DateTime Picker Elements
    In This Topic

    DateTimeEditors for UWP includes the C1DateTimePicker control, a simple control which provides, by default, both a date picker and a time picker. When you add the C1DateTimePicker control to a XAML window, it exists as a completely functional date and time picker. By default, the control's interface looks similar to the following image:

      

    The C1DateTimePicker control consists of the following elements:

    The date picker element is comprised of a date field and the calendar drop-down button. You can set the date by entering numeric values or by selecting a date from the calendar.

    The time picker element is comprised of the time field, the increase time button, and the decrease time button. You can set the time by entering numeric values or by clicking the buttons.

    The increase time button allows you to increase the time displayed in the time picker. Clicking the increase button will increase the time by one minute.

    The decrease time button allows you to decrease the time displayed in the time picker. Clicking the decrease button will decrease the time by one minute.

    See Also