RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.LongMonthNames Variable

LongMonthNames is the array of strings containing long month names. The mmmm format specifier in a format string passed to FormatDateTime causes a long month name to be substituted.

Pascal
LongMonthNames: array[1..12] of string;
C++
array[1..12] of string LongMonthNames;

On Windows, the default values are fetched from the LOCALE_SMONTHNAME system locale entries. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!