Online Documentation for Advanced Data Export for RAD Studio VCL

TQExportFormats.TimeFormat

 

TQExportFormats                


property TimeFormat: string;

 

Description

The TimeFormat property determines the representation of the time fields in the result file. By default the value is set to default system format for time fields. If you want to format time in twelve-hour form, you should add AM/PM to your format string.

 

Example:

mm/dd/yyyy hh:nn:ss AM/PM

 


See also:

DateFormat property

DateTimeFormat property

ResetFormats method