ShortMonthNames is the array of strings containing short month names. The mmm format specifier in a format string passed to FormatDateTime causes a short month name to be substituted.
ShortMonthNames: array[1..12] of string;
array[1..12] of string ShortMonthNames;
On Windows, the default values are fetched from the LOCALE_SABBREVMONTHNAME system locale entries.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|