Search
CalendarDrawEvent.getDate Method
See Also
 






Gets the date and time associated with the element being drawn.

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

 Syntax

Java  Copy Code

public DateTime getDate ()

 Return Value

A DateTime object specifying the date related to the element being drawn.

 Remarks

If there is not any time associated with the element, the return value is DateTime.MinValue.

 See Also