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