Saves the schedule into an XML Document.
Namespace: MindFusion.Scheduling
File: Schedule.js
SyntaxJavaScript
Copy Code
|
|---|
function toXmlDocument () |
Document. A DOM Document object containing XML-serialized schedule contents.
ExampleThe following code shows you how to save the schedule to an XML Document:
JavaScript
Copy Code
|
|---|
| var xmldoc = calendar.schedule.toXmlDocument(); |
See Also