System.SysUtils.TFormatSettings.ShortMonthNames

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

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 指定子が含まれている場合、対応する月の短い名称が返されます。