The Weekday function values : Weekday « Date Functions « VBA / Excel / Access / Word






The Weekday function values

 
Constant     Value 
vbSunday     1
vbMonday     2
vbTuesday    3
vbWednesday  4
vbThursday   5
vbFriday     6
vbSaturday   7

 








Related examples in the same category

1.Weekday(date) returns A Variant/Integer containing the day of the week represented by date
2.Use Weekday to get the weekday value from a date
3.Weekday(Date)
4.Get the weekend between startDate and endDate