RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.LongTimeFormat Variable

LongTimeFormat is the format string used to convert a time value to a string with hours, minutes, and seconds.

Pascal
LongTimeFormat: string;
C++
AnsiString LongTimeFormat;

On Windows, the default value is computed from LOCALE_ITIME and LOCALE_ITLZERO. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!