Search
Calendar.setSchedule Method
See Also
 






Sets the schedule whose information should be displayed inside the calendar component.

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

 Syntax

Java  Copy Code

public void setSchedule (
    Schedule value
)

 Parameters

value

A Schedule object providing the schedule data displayed in the calendar view.

 Remarks

You can easily substitute the schedule being displayed by the control at any time by simply assigning a new Schedule object using this method. You can also make two or more Calendar components display the same schedule.

 See Also