defaultWeekStart

The default first day of the week for week-based operations.

This affects operations like at startOf week and at endOf week.

Verdandi.configure {
defaultWeekStart = WeekStart.Sunday // US style
}

If null, the system locale's first day of week will be used.