Search
Calendar.getEndDate Method
See Also
 






Gets the last date displayed in the calendar.

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

 Syntax

Java  Copy Code

public DateTime getEndDate ()

 Return Value

A DateTime object. The initial value is set 30 days after getDate.

 Remarks

This member is only valid in CalendarView.WeekRange and CalendarView.ResourceView views.

 See Also