Search
CalendarTextEvent.getDate Method
See Also
 






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

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

 Syntax

Java  Copy Code

public DateTime getDate ()

 Return Value

A DateTime object.

 Remarks

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

 See Also