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