Search
Appointment.getStartTime Method
See Also
 






Gets the appointment's scheduled start time.

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

 Syntax

Java  Copy Code

public 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