Hi!
I'm working on a class for managing two dates. Right now I need a very simple WeekDay function, with the following syntax:
oMyObject.WeekDay(dDate As Date) As Long
The method looks, not very surprisingly, like this:
Private Function WeekDay(dDate As Date)
WeekDay = WeekDay(dDate...