Search
Schedule.saveToJson Method
See Also
 






Saves the schedule to a JSON-formatted string. Use loadFromJson to restore the schedule data later.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public String saveToJson ()

 Return Value

A string containing the schedule's JSON representation.

 See Also