Search
Calendar.updateModify Method
See Also
 






Updates 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 updateModify (
    Point point
)

 Parameters

point

The current point of the interactive modification.

 Return Value

true, if the modification was successfully updated; otherwise, false.

 See Also