Search
WeekRangeSettings.getNumberOfDays Method
See Also
 






Gets the total number of days displayed in the CalendarView.WeekRange view.

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

 Syntax

Java  Copy Code

public int getNumberOfDays ()

 Return Value

An integer value specifying how many days are contained in the week range view.

 Remarks

Use the Calendar.setDate and Calendar.setEndDate methods of the Calendar component to set the time period displayed in the week range view.

 See Also