Back to Devexpress

TcxTimeEditTimeFormat Enum

vcl-cxtimeedit-13b1a8cb.md

latest926 B
Original Source

TcxTimeEditTimeFormat Enum

Describes the formats of time editor values.

Declaration

delphi
TcxTimeEditTimeFormat = (
    tfHourMinSec,
    tfHourMin,
    tfHour
);

Members

Name
tfHourMinSec
tfHourMin
tfHour

Remarks

The TcxTimeEditFormat type enumerates possible format types for displaying time values. The format for time values is set via the TimeFormat member of the TcxCustomTimeEdit.Properties object.

The following table lists time formats.

ValueMeaning
tfHourMinSecHours, minutes and seconds are displayed within the time editor.
tfHourMinHours and minutes are displayed within the time editor.
tfHourHours are displayed within the time editor.

See Also

cxTimeEdit Unit