Search
Week Range View

The Week Range view displays a range of weeks. Each week occupies a whole row or column whose cells represent days. The day cells display the day name or number according to the GeneralFormat, FirstDayOfMonthFormat and FirstDayOfYearFormat values of the associated DaySettings, and the schedule items set to occur on the corresponding date.

In order to enable the Week Range view, call the setCurrentView method of the Calendar class with WeekRange. Use the WeekRangeSettings object obtained through the getWeekRangeSettings method of the Calendar class to customize the appearance of the view. Use the DayStyles and DayOfWeekStyles collections of the Calendar class to specify individual styles for specific cells. The ItemSettings object obtained through the getItemSettings method affects how schedule items will be displayed.