MobileForms Toolkit Documentation

DateTimePickerFormat Enumeration

Specifies the date and time format for the OutlookDateTimePicker control.

public enum DateTimePickerFormat

Remarks

This enumeration is used by members such as Format.

Note The actual date/time formats are determined by the date, time, and regional settings set in the user's operating system.

Members

Member Name Description
Long The control displays the date/time value in the long date format set by user's operating system.
Short The control displays the date/time value in the short date format set by user's operating system.
Time The control displays the date/time value in the time format set by user's operating system.
Custom The control displays the date/time value in a custom format.
CustomTime The control displays the date/time value in a custom format with time picker.

Requirements

Namespace: Resco.Controls.OutlookControls

Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)

See Also

Resco.Controls.OutlookControls Namespace