Loads schedule data from a file.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public void LoadFrom ( |
Visual Basic Copy Code |
---|
Public Sub LoadFrom( _ |
The stream from which to load the schedule.
This method loads the schedule data from a file where it was previously saved by a call to SaveTo. Any data contained in the schedule is discarded before the items stored in the file are loaded.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |