System.SysUtils.TFormatSettings.LongMonthNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

_TFormatSettings__2 LongMonthNames;

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings

Description

LongMonthNames is the array of strings containing long month names.

LongMonthNames is an array of strings containing long month names. If the mmmm specifier is present in a format string passed to FormatDateTime, the corresponding long month name is returned.