Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTimeEditProperties.TimeFormat Property

Identifies the format of the value displayed by a time editor.

#Declaration

Delphi
property TimeFormat: TcxTimeEditTimeFormat read; write; default tfHourMinSec;

#Property Value

Type Default
TcxTimeEditTimeFormat tfHourMinSec

#Remarks

Use the TimeFormat property to specify the format of the time value for time editors. This property determines which portions of the time value are presented by an editor. The value itself is stored in the editor’s Time property.

The default value of the TimeFormat property is tfHourMinSec.

See Also