CultureInfo.ShortMonthNames

Syntax

ShortMonthNames: Array

Description

The ShortMonthNames property sets array of names for all months in the year.

Comments

Property value is set directly or from JSON. By default it contains the following string array: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"].

Example

The example of property use is given in description of the PP.CultureInfo constructor.

See also:

CultureInfo