Returns the DayOfWeek enum of the specified date.
Public Function GetDayOfWeek( ByRef Time As Variant ) As DayOfWeek
The DayOfWeek is Sunday and is 0-based. The Visual Basic enum vbDayOfWeek is 1-based.
Project CorLib Overview
Class KoreanCalendar Overview