Saves the schedule into an XML Document.
Namespace: MindFusion.Scheduling
File: Schedule.js
JavaScript Copy Code |
---|
function toXmlDocument () |
Document. A DOM Document object containing XML-serialized schedule contents.
The following code shows you how to save the schedule to an XML Document:
JavaScript Copy Code |
---|
var xmldoc = calendar.schedule.toXmlDocument(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |