Search
ItemModifyConfirmEvent.setNewStartTime Method
See Also
 






Sets the new start time of the item.

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

 Syntax

Java  Copy Code

public void setNewStartTime (
    DateTime value
)

 Parameters

value

A DateTime object specifying the item's new start time.

 See Also