Search
Schedule.loadFromJson Method
See Also
 






Loads the schedule from a JSON-formatted string.

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

 Syntax

Java  Copy Code

public void loadFromJson (
    String json
)

 Parameters

json

A string created by the saveToJson method.

 See Also