System.SysUtils.TFormatSettings.LongMonthNames

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

Delphi

LongMonthNames: array[1..12] of string;

C++

_TFormatSettings__2 LongMonthNames;

プロパティ

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


説明

LongMonthNames は、月の長い名称を保有する文字列の配列です。

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