CultureInfo.DayNames

Syntax

DayNames: Array

Description

The DayNames property sets an array of weekday full names.

Comments

Property value is set directly or from JSON. This property contains an array of String type values.

Example

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

See also:

CultureInfo