TcxCustomGridTableDateTimeHandling.GetHourFormat Method
Returns the format pattern used to display grouping values created using hours.
Declaration
function GetHourFormat: string;
Returns
Type |
---|
string |
Remarks
If the HourFormat property is set to an empty string, the format pattern is determined automatically using ShortTimeFormat, provided that the UseShortTimeFormat property is set to True. Otherwise, an empty string is returned as the resulting format string.
See Also