Search
AppointmentForm.setAppointment Method
See Also
 






Sets the appointment that is to be edited in the form.

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

 Syntax

Java  Copy Code

public void setAppointment (
    Appointment appointment
)

 Parameters

appointment

is a reference to the Appointment object to be selected in the form for editing. If the appointment represents a recurrence instance or exception, only the instance is being edited. If it represents a recurrence master, all instances are edited.

 See Also