Back to Devexpress

TcxStartOfWeek Enum

vcl-cxschedulerutils-58415f9c.md

latest685 B
Original Source

TcxStartOfWeek Enum

Enumerates days of the week.

Declaration

delphi
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

TcxSchedulerOptionsView.StartOfWeek

cxSchedulerUtils Unit