Search
MonthRangeSettings.getNumberOfMonths Method
See Also
 






Gets the number of months to display in the CalendarView.MonthRange view.

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

 Syntax

Java  Copy Code

public Integer getNumberOfMonths ()

 Return Value

A positive integer value specifying how many months to display in the view.

 Remarks

If the number of months is larger than number of rows multiplied by getMonthsPerRow, the calendar component displays scrollbar, letting users scroll the view up and down.

 See Also