Search
AppointmentForm.applyRecurrenceChanges Method
See Also
 






Called when the user presses the 'Save and Close' button to apply the changes to the appointment's recurrence.

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

 Syntax

Java  Copy Code

protected boolean applyRecurrenceChanges (
    Appointment app
)

 Parameters

app

The appointment to which to apply the recurrence.

 Return Value

true, if there were actual changes to the recurrence; otherwise, false.

 See Also