TcxFirstWeekOfYear Enum
Enumerates the available options that specify which week should be considered the first week of a year.
Declaration
TcxFirstWeekOfYear = (
fwySystem,
fwyJan1,
fwyFirstFullWeek,
fwyFirstFourDays
);
Members
Name |
---|
fwySystem
|
fwyJan1
|
fwyFirstFullWeek
|
fwyFirstFourDays
|
Remarks
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