MindFusion.Scheduling for JavaScript Programmer's Guide
Schedule.toXmlDocument Method
See Also
 






Saves the schedule into an XML Document.

Namespace: MindFusion.Scheduling
Assembly: 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

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace