CorDateTime: DayOfWeek (get) |
Returns the day of the week for the current date.
Public Property Get DayOfWeek ( ) As DayOfWeek
The DayOfWeek is zero based and therefore not directly compatible with vbDayOfWeek. 1 must be added to align to the 1-based values of vbDayOfWeek.
Read Only.