Search
Appointment.setLocation Method
See Also
 






Sets the location associated with this appointment.

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

 Syntax

Java  Copy Code

public void setLocation (
    Location value
)

 Parameters

value

An instance of the Location class specifying the appointment's location. The default is null.

 See Also