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

TcxCustomDateEditProperties.SaveTime Property

Specifies whether the time stored within the editor’s value is preserved when an end-user modifies the date using an editor or its dropdown calendar.

#Declaration

Delphi
property SaveTime: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

If this property is set to False, the time part of the date/time value modified via an editor or its dropdown calendar is truncated (i.e. the fractional part of the value is discarded).

Note

This property is in effect for date editors that allow only the date part of date/time values to be edited (i.e. the Kind property is set to ckDate).

The default value of the SaveTime property is True.

See Also