Search
Appointment.getAllowChangeEnd Method
See Also
 






Gets a value indicating whether users are allowed to change the appointment's end time.

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

 Syntax

Java  Copy Code

public boolean getAllowChangeEnd ()

 Return Value

true if the appointment's end can be modified interactively; otherwise, false. The default is true.

 See Also