Search
Item.setStartTime Method
See Also
 






Sets the item's scheduled start time.

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

 Syntax

Java  Copy Code

public abstract void setStartTime (
    DateTime value
)

 Parameters

value

A DateTime instance specifying the scheduled time for the item.

 Remarks

This property affects the initial time cell occupied by the item when it is displayed in a Calendar component.

 See Also