Saves the schedule to a file.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public void SaveTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveTo( _ |
The path of the file to save to.
RemarksSaves the schedule data into a XML file. Use LoadFrom to restore the data later.
See Also