vcl-cxdateutils-3d2d856d.md
Enumerates the available options that specify which week should be considered the first week of a year.
TcxFirstWeekOfYear = (
fwySystem,
fwyJan1,
fwyFirstFullWeek,
fwyFirstFourDays
);
| Name |
|---|
fwySystem |
fwyJan1 |
fwyFirstFullWeek |
fwyFirstFourDays |
All the possible values are described in the following table.
| Value | Meaning |
|---|---|
| fwySystem | The day of the week specified in the host environment settings as the first day of the week. |
| fwyJan1 | The first week of the year starts on January 1. |
| fwyFirstFullWeek | The first week with a complete set of working days in it. |
| fwyFirstFourDays | The first week with four working days in it. |
See Also
TcxCustomDateNavigator.FirstWeekOfYear