Search
Schedule.toJson Method
See Also
 






Serializes the schedule into a JSON string.

Namespace: MindFusion.Scheduling
File: Schedule.js

 Syntax

JavaScript  Copy Code

function toJson ()

 Return Value

String. A string containing the schedule's JSON representation.

 Example

The following code shows you how to save the schedule to a JSON file:

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

 See Also