Saves the schedule to an XML document.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void saveToXml ( |
A Document object that allows adding data to the XML document.
RemarksSaves the schedule data as tags in an XML document. Use loadFromXml to restore the schedule data later.
See Also