TcxDBFilterOptions.DateTimeFormat Property
Controls formatting of date-time values.
Declaration
property DateTimeFormat: string read; write;
Property Value
Type |
---|
string |
Remarks
The DateTimeFormat property specifies the formatting of date-time values when they are converted to strings within the FilterText property value. The value of the DateTimeFormat property represents a standard Delphi Date Time Format String composed from specifiers representing values to be inserted into the formatted string. For a complete description of date and time format strings, refer to the FormatDateTime function’s description in the Delphi help.
See Also