Saves the schedule into an XML Document.
Namespace: MindFusion.Scheduling
Assembly: Schedule.js
JavaScript
![]() |
---|
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
![]() |
---|
var xmldoc = calendar.schedule.toXmlDocument(); |