Search
Schedule.SaveToJson Method
See Also
 






Saves the schedule to a JSON-formatted string.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Task<string> SaveToJson ()

Visual Basic  Copy Code

Public Function SaveToJson () As Task(Of String)

 Return Value

 See Also