ComponentOne DateTimeEditors for UWP
C1DateTime Selector Help / Working with C1DateTimeSelector / C1DateTimeSelector Elements
In This Topic
    C1DateTimeSelector Elements
    In This Topic

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

      

    The C1DateTimeSelector control consists of the following elements:

    The Date Selector is comprised of three fields: a month field, a date and day selector, and a year selector. You can set the month, date and day, and year using the drop-down arrows and choosing the month, day and date, and year from the drop-down lists.

    The Time Selector is comprised of three fields: an hour field, a minute field, and an AM/PM field. You can set the hour, the minute, and the AM/PM setting by using the drop-down arrows and choosing the hour, the minute, and the AM/PM setting from the drop-down list.

    See Also