MindFusion.Scheduling for ASP.NET Programmer's Guide
CalendarView Enumeration
See Also
 





Specifies the type of view to display in a calendar control.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
CalendarView = {}

 Members

  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.

 See Also

MindFusion.Scheduling Namespace