Deserializes the Schedule from a JSON string.
Namespace: MindFusion.Scheduling
File: Schedule.js
JavaScript Copy Code |
---|
function fromJson (json) |
String. A string created by the toJson method.
The following method loads the schedule from a Json file:
JavaScript Copy Code |
---|
function fromXml(json_doc) { calendar.schedule.fromJson(json_doc); } |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |