MindFusion.Wpf Pack Programmer's Guide
Schedule.SaveToJson Method
See Also
 





Saves the schedule to a JSON-formatted string. Call LoadFromJson to restore the schedule data later.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public string SaveToJson ()

Visual Basic  Copy Code

Public Function SaveToJson () As String

 Return Value

A string containing the schedule's JSON representation.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace