Property Format
Format
Gets or sets the DateTimeFormatInfo used for time formatting.
public DateTimeFormatInfo Format { get; set; }
Property Value
Remarks
The editor uses LongTimePattern to determine the display format. To use a short time format, clone the DateTimeFormatInfo and set LongTimePattern to ShortTimePattern.
The width automatically adjusts when the format changes to accommodate the new pattern.