Search
Item.getStartTime Method
See Also
 






Gets the item's scheduled start time.

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

 Syntax

Java  Copy Code

public abstract DateTime getStartTime ()

 Return 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