Search
CalendarView Enumeration
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public enum CalendarView

 Members

  Member name Description

List

The calendar displays several seconds, minutes, hours, days, weeks, months or years in a row or a column.

MonthRange

The calendar displays several months in a grid. The days of each month are visible.

ResourceView

The calendar displays the distribution of items over a period of time.

SingleMonth

The calendar displays a single month at a time. The days of the month are displayed in a grid.

Timetable

The calendar displays a timetable where each row represents a fixed arbitrary time interval and each column represents a day. This view allow further division by various grouping criteria such as by contacts, locations or tasks.

WeekRange

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