VbDayOfWeek

Day-of-week constants used as the firstdayofweek argument and the return values of date functions such as DateAdd, DateDiff, DatePart, and Weekday.

Constant Value Description
vbUseSystemDayOfWeek 0 Use the day of the week specified in the system regional settings.
vbSunday 1 Sunday (default).
vbMonday 2 Monday.
vbTuesday 3 Tuesday.
vbWednesday 4 Wednesday.
vbThursday 5 Thursday.
vbFriday 6 Friday.
vbSaturday 7 Saturday.

License: CC-BY-4.0 Code license: MIT Attribution: VBA-Docs