TcxStartOfWeek Enum
Enumerates days of the week.
Declaration
TcxStartOfWeek = (
swSystem,
swSunday,
swMonday,
swTuesday,
swWednesday,
swThursday,
swFriday,
swSaturday
);
Members
Name |
---|
swSystem
|
swSunday
|
swMonday
|
swTuesday
|
swWednesday
|
swThursday
|
swFriday
|
swSaturday
|
Remarks
Enumerates days of the week. The swSystem flag means the host environment’s settings specify the start day of the week.
See Also