TcxSchedulerDateNavigatorMonthContentViewInfo.WeekCount Property
Gets a count of how many weeks the month’s body which is currently being drawn contains.
Declaration
property WeekCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the WeekCount property to return a count of the weeks in the current month.
Note: the calculation counts in as the current month’s weeks and the weeks of the adjacent months, if they are shown in the month’s body, as the following image demonstrates:
In the above example, the WeekCount property value is 6.
See Also