System.SysUtils.TFormatSettings.LongTimeFormat

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

LongTimeFormat: string;

C++

System::UnicodeString LongTimeFormat;

プロパティ

種類 可視性 ソース ユニット
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings


説明

時間値を文字列で表す際に使用する、長い形式の文字列を示します。

LongTimeFormat は、時刻値をユーザーが理解しやすい文字列に変換するための形式文字列で、時、分、秒の長い形式で表されます。

関連項目