CultureInfo.HalfYearNames

Syntax

HalfYearNames: Array

Description

The HalfYearNames property determines array of half-year names.

Comments

Property value is set directly or from JSON. By default it equals to 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