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





Loads the schedule from a JSON-formatted string.

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

 Syntax

C#  Copy Code

public void LoadFromJson (
    string json
)

Visual Basic  Copy Code

Public Sub LoadFromJson( _
    json As String _
)

 Parameters

json
A string created by the SaveToJson method.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace