Back to Devexpress

TcxFirstWeekOfYear Enum

vcl-cxdateutils-3d2d856d.md

latest1.1 KB
Original Source

TcxFirstWeekOfYear Enum

Enumerates the available options that specify which week should be considered the first week of a year.

Declaration

delphi
TcxFirstWeekOfYear = (
    fwySystem,
    fwyJan1,
    fwyFirstFullWeek,
    fwyFirstFourDays
);

Members

Name
fwySystem
fwyJan1
fwyFirstFullWeek
fwyFirstFourDays

Remarks

All the possible values are described in the following table.

ValueMeaning
fwySystemThe day of the week specified in the host environment settings as the first day of the week.
fwyJan1The first week of the year starts on January 1.
fwyFirstFullWeekThe first week with a complete set of working days in it.
fwyFirstFourDaysThe first week with four working days in it.

See Also

TcxCustomDateNavigator.FirstWeekOfYear

TcxSchedulerDateNavigator.FirstWeekOfYear

cxDateUtils Unit