CultureInfo.ShortDayNames

Syntax

ShortDayNames: Array

Description

The ShortDayNames property sets array of abbreviated names for week days.

Comments

Property value is set directly or from JSON. By default it contains the following string array: ["mo", "tu", "we", "th", "fr", "sa", "su"].

Example

The example of use is given in the with description of the CultureInfo.dateToStr method.

See also:

CultureInfo