Ecma\Intl\Locale\WeekDay

enum Ecma\Intl\Locale\WeekDay int

Days of the week.

Each case is mapped to an integer value corresponding to the values defined in WeekInfo Record Fields.

case Monday 1
case Tuesday 2
case Wednesday 3
case Thursday 4
case Friday 5
case Saturday 6
case Sunday 7