System.SysUtils.TFormatSettings.LongDayNames

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

Delphi

LongDayNames: array[1..7] of string;

C++

_TFormatSettings__4 LongDayNames;

プロパティ

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


説明

LongDayNames は、曜日の長い名称を保有する文字列の配列です。

LongDayNames は、曜日の長い名称を保有する文字列の配列です。 FormatDateTime に渡す形式文字列に、dddd 指定子が含まれている場合、対応する曜日の長い名称が返されます。