Search
Item.setEndTime Method
See Also
 






Sets the item's scheduled end time.

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

 Syntax

Java  Copy Code

public abstract void setEndTime (
    DateTime value
)

 Parameters

value

A DateTime instance.

 Remarks

This property specifies the last time cell occupied by the item in a Calendar component.

 See Also