Weekday(date) returns A Variant/Integer containing the day of the week represented by date : Weekday « Date Functions « VBA / Excel / Access / Word






Weekday(date) returns A Variant/Integer containing the day of the week represented by date

 
Sub dateDemo16()
   Debug.Print Weekday(#4/1/2006#)
End Sub

 








Related examples in the same category

1.Use Weekday to get the weekday value from a date
2.Weekday(Date)
3.Get the weekend between startDate and endDate
4.The Weekday function values