defaultFirstDayOfWeek top-level constant

int const defaultFirstDayOfWeek

The value we use for the first day of the week if the value is omitted.

The default value corresponds to the value of dateTimeSymbolMap()['en_ISO'].FIRSTDAYOFWEEK + 1.

Implementation

const defaultFirstDayOfWeek = 1;