JCL Help:TJclLocaleInfo.LongMonthNames
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclLocaleInfo.LongMonthNames Property
[+] TJclLocaleInfo Methods
[+] TJclLocaleInfo Properties
Search in JCL Help
Search in all projects
Summary
Returns the native long name for the specified month.
Pascal
public property LongMonthNames [Month: TJclLocalesMonths]: string;
Description
List of native long names for the months in a year. The index into this list is a 1 based index of the month for which to retrieve the long name. For example, 1 is january, 2 is february and so forth. The highest possible index is 13 which may return an empty string if the 13th month doesn't exist for this locale.
About
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page