Search
Schedule.saveToXml Method
See Also
 






Saves the schedule to an XML document.

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

 Syntax

Java  Copy Code

public void saveToXml (
    Document document
)

 Parameters

document

A Document object that allows adding data to the XML document.

 Remarks

Saves the schedule data as tags in an XML document. Use loadFromXml to restore the schedule data later.

 See Also