Serializes the schedule into a JSON string.
Namespace: MindFusion.Scheduling
File: Schedule.js
JavaScript Copy Code |
---|
function toJson () |
String. A string containing the schedule's JSON representation.
The following code shows you how to save the schedule to a JSON file:
JavaScript Copy Code |
---|
var xmldoc = calendar.schedule.toJson(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |