CultureInfo.QuarterNames

Syntax

QuarterNames: Array

Description

The QuarterNames property sets array of names for quarters in the year.

Comments

Property value is set directly or from JSON. By default it contains the following string array: ["I First", "II Second"].

Example

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

See also:

CultureInfo