System.SysUtils.TFormatSettings.ShortDayNames
Delphi
ShortDayNames: array[1..7] of string;
C++
_TFormatSettings__3 ShortDayNames;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| field | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | TFormatSettings | 
説明
ShortDayNames は、曜日の短い名称を保有する文字列の配列です。
ShortDayNames は、曜日の短い名称を保有する文字列の配列です。 FormatDateTime に渡す形式文字列に、ddd 指定子が含まれている場合、対応する曜日の短い名称が返されます。