Search
Calendar.setDate Method
See Also
 






Sets the date currently displayed in the calendar.

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

 Syntax

Java  Copy Code

public void setDate (
    DateTime value
)

 Parameters

value

A DateTime object..

 Remarks

This value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.getDates.

 See Also