Half-yearly view in TypeScript Scheduler control
18 Nov 20181 minute to read
The Year view of the Scheduler displays all 365 days of a year along with their associated appointments. This view can be customized using the following properties:
-
firstMonthOfYear– Defines the starting month of the year view. -
monthsCount– Specifies the number of months to be displayed. -
monthHeaderTemplate– Provides a template option to customize the header of each month.
In the following example, the Scheduler is configured to render only the last six months of a year. By setting firstMonthOfYear to 6, the view begins with June. The monthsCount property is set to 6 to display six months, resulting in a half-year view.