Search
CalendarDrawEvent.getEndTime Method
See Also
 






Gets the end time associated with the element being drawn.

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

 Syntax

Java  Copy Code

public Duration getEndTime ()

 Return Value

A Duration object specifying the end time related to the element being drawn.

 Remarks

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

 See Also