Creating Date and Time Picker Controls

4/19/2010

On Windows Mobile Professional and Windows Mobile Classic, the date picker is a drop-down control that displays a monthly calendar. On Windows Mobile Standard, the date picker is a control that enables the user to edit the date text. The Windows Embedded CE DTS_SHORTDATECENTURYFORMAT style is used to create the date picker.

To create the time picker on a device, the Windows Embedded CE DTS_TIMEFORMAT style is used. The default format for this style is defined by the Windows Embedded CE LOCALE_STIMEFORMAT flag set. For more information about the flag set, see LCTYPE Constants.

See Also

Concepts

Creating Windows Mobile Controls