System.SysUtils.TFormatSettings.LongTimeFormat

From RAD Studio API Documentation
Revision as of 07:45, 8 October 2015 by AChaves (talk | contribs) (RS-69967)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

LongTimeFormat: string;

C++

System::UnicodeString LongTimeFormat;

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings

Description

Specifies the long format string used to represent a time value as a string.

LongTimeFormat is the format string used to convert a time value to a user-friendly string, in long format, with hours, minutes, and seconds.

See Also