TcxSchedulerDateNavigator.ActualFirstWeekOfYear Property
Gets the flag that denotes which week is treated as the first week of a year.
Declaration
property ActualFirstWeekOfYear: TcxFirstWeekOfYear read;
Property Value
Type |
---|
TcxFirstWeekOfYear |
Remarks
The ActualFirstWeekOfYear property gets one of the following flags that the FirstWeekOfYear property can be set to: fwyJan1, fwyFirstFullWeek and fwyFirstFourDays.
Note
one of the above flags will be returned by the ActualFirstWeekOfYear property depending on the host environment settings, if the fwySystem flag on the FirstWeekOfYear property is active.
See Also