Deserializes this reminder from a JSON string.
Namespace: MindFusion.Scheduling
File: Reminder.js
SyntaxJavaScript
Copy Code
|
|---|
function fromJson (json, context) |
String. A string created by the toJson method.
JsonPersistContext. The serialization context.
See Also