Documentation for this section has not yet been entered.
This property determines the date/time format the date is displayed in. The date/time format is based on the user's regional settings in their operating system.
The DateTimePicker.Format property must be set to DateTimePickerFormat.Custom for the DateTimePicker.CustomFormat property to affect the formatting of the displayed date and time.
To display only time in a System.Windows.Forms.DateTimePicker, set the DateTimePicker.Format to DateTimePickerFormat.Time, and the DateTimePicker.ShowUpDown property to true.