ICultureInfo.AbbreviatedMonthName

Syntax

AbbreviatedMonthName(MonthIndex: Integer): String;

Parameters

MonthIndex. Index of month, which name should be found.

Description

The AbbreviatedMonthName property returns short month name with the specified index.

Comments

The following values of the MonthIndex parameter are available:

1 - January.

2 - February.

3 - March.

4 - April.

5 - May.

6 - June.

7 - July.

8 - August.

9 - September.

10 - October.

11 - November.

12 - December.

Example

The example of use is given in description of the ICultureInfo.MonthName property.

See also:

ICultureInfo