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
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