CorDateTimeStatic: DayOfWeek

DayOfWeek

This enumeration represents the days of the week as used by CorDateTime and Calendars.

 Public Enum DayOfWeek

Values

Sunday
0
Monday
1
Tuesday
2
Wednesday
3
Thursday
4
Friday
5
Saturday
6

Remarks

The DayOfWeek is 0 based, where as VBs vbDayOfWeek is 1 based.

See Also

Project CorLib Overview

Class CorDateTimeStatic Overview