Search
Calendar.completeModify Method
See Also
 






Completes an interactive modification of an item, previously started by a call to startModify.

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

 Syntax

Java  Copy Code

public boolean completeModify (
    Point point
)

 Parameters

point

The final point of the interactive modification.

 Return Value

true, if there was a started modification before the call; otherwise, false.

 See Also