Class QDateTimePickerType
Contains the display options for the QDateTimePicker control
string |
Date
Show only date |
#
'Date'
|
string |
DateTime
Show date and time |
#
'DateTime'
|
string |
DateTimeSeconds
Show date and time with seconds |
#
'DateTimeSeconds'
|
string |
Time
Show only time (not the date) |
#
'Time'
|
string |
TimeSeconds
Show time with seconds (but not the date) |
#
'TimeSeconds'
|