TCalDayOfWeek represents a day of the week.
TCalDayOfWeek = ( dowMonday, dowTuesday, dowWednesday, dowThursday, dowFriday, dowSaturday, dowSunday, dowLocaleDefault );
enum TCalDayOfWeek { dowMonday, dowTuesday, dowWednesday, dowThursday, dowFriday, dowSaturday, dowSunday, dowLocaleDefault };
ComCtrls
TCalDayOfWeek is used to represent a day of the week for a column in a calendar. It can be any of the following values:
Value |
Meaning |
dowMonday |
Monday |
dowTuesday |
Tuesday |
dowWednesday |
Wednesday |
dowThursday |
Thursday |
dowFriday |
Friday |
dowSaturday |
Saturday |
dowSunday |
Sunday |
dowLocaleDefault |
The day of the week for the column is determined by the locale in which the application runs. |
TCommonCalendar
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|