Saves the schedule to a JSON-formatted string. Call LoadFromJson to restore the schedule data later.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string SaveToJson () |
Visual Basic
Copy Code
|
|---|
Public Function SaveToJson () As String |
A string containing the schedule's JSON representation.
See Also