Search
Appointment.setStartTime Method
See Also
 






Sets the appointment's scheduled start time.

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

 Syntax

Java  Copy Code

public 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