xtd 0.2.0
Loading...
Searching...
No Matches

◆ date_time_picker_format

Specifies the date and time format the date_time_picker control displays.

Header
#include <xtd/forms/date_time_picker_format>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by members such as date_time_picker::format.
Enumerator
long_format 

The date_time_picker control displays the date/time value in the long date format set by the user's operating system.

short_format 

The date_time_picker control displays the date/time value in the short date format set by the user's operating system.

time 

The date_time_picker control displays the date/time value in the time format set by the user's operating system.

custom 

The date_time_picker control displays the date/time value in a custom format.