Search
Schedule.toXmlDocument Method
See Also
 






Saves the schedule into an XML Document.

Namespace: MindFusion.Scheduling
File: Schedule.js

 Syntax

JavaScript  Copy Code

function toXmlDocument ()

 Return Value

Document. A DOM Document object containing XML-serialized schedule contents.

 Example

The following code shows you how to save the schedule to an XML Document:

JavaScript  Copy Code
var xmldoc = calendar.schedule.toXmlDocument();

 See Also