CultureInfo.MonthNames

Syntax

MonthNames: Array

Description

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

Comments

Property value is set directly or from JSON. By default this property contains the following array of strings: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"].

Example

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

See also:

CultureInfo