Search
CalendarDrawEvent.getStartTime Method
See Also
 






Gets the start time associated with the element being drawn.

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

 Syntax

Java  Copy Code

public Duration getStartTime ()

 Return Value

A Duration object specifying the start time related to the custom drawn element.

 Remarks

This property is used only with certain events in CalendarView.Timetable view. For events that do not use it, it is set to Duration.Zero.

 See Also