MindFusion.Java Package Programmer's Guide
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

Appointment Members
Appointment Class
com.mindfusion.scheduling.model Namespace