Search
Calendar.startModify Method
See Also
 






Initiates interactive modification on the specified item.

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

 Syntax

Java  Copy Code

public boolean startModify (
    Item item,
    Point initial
)

 Parameters

item

The item to modify interactively.

initial

The initial point of the interactive modification.

 Return Value

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

 See Also