Search
Calendar.dispose Method
See Also
 






Disposes any resources used by this Calendar object.

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

 Syntax

Java  Copy Code

public void dispose ()

 Remarks

It is important to call dispose on the object when you are done using it, in order to terminate the associated timers.

 See Also