CultureInfo.IsSundayFirst

Syntax

IsSundayFirst: Boolean

Description

The IsSundayFirst property determines whether Sunday is the first day in a week.

Comments

Property value is set directly or from JSON, by default it is set to False.

If this property is True Sunady is the first day in the week, otherwise it is not.

Example

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

See also:

CultureInfo