System.SysUtils.TFormatSettings.ShortTimeFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ShortTimeFormat: string;

C++

System::UnicodeString ShortTimeFormat;

Properties

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

Description

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

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

See Also