TcxSchedulerDateNavigator.ActualFirstWeekOfYear Property
In This Article
Gets the flag that denotes which week is treated as the first week of a year.
#Declaration
Delphi
property ActualFirstWeekOfYear: TcxFirstWeekOfYear read;
#Property Value
Type |
---|
Tcx |
#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 Actual
See Also