Search
Calendar.setEndDate Method
See Also
 






Sets the last date displayed in the calendar.

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

 Syntax

Java  Copy Code

public void setEndDate (
    DateTime value
)

 Parameters

value

A DateTime object.

 Remarks

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

 See Also