Specifies the type of view to display in a calendar control.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
List |
Value: 3. The calendar displays several seconds, minutes, hours, days, weeks, months or years in a row. |
![]() |
MonthRange |
Value: 0. The calendar displays several months in a grid. |
![]() |
SingleMonth |
Value: 1. The calendar displays a single month at a time. The days of the month are displayed in a grid. |
![]() |
Timetable |
Value: 4. The calendar displays a timetable where each row represents a fixed arbitrary time interval and each column represents a day. |
![]() |
WeekRange |
Value: 2. The calendar displays a grid of days, with the columns representing the week days from Monday to Sunday and the rows representing weeks. |