Function: dayOfWeekMonday0()
dayOfWeekMonday0(
d):number
Defined in: src/lib/dates/index.ts:205
Day of week in ISO ordering, with Monday = 0 … Sunday = 6. This is the ordering used for the pay engine's Monday-anchored ISO weeks.
Parameters
d
The calendar date.
Returns
number
0 (Monday) through 6 (Sunday).