Saves the reminder data to a binary stream.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public void SaveTo ( |
Visual Basic
![]() |
---|
Public Sub SaveTo ( _ |
Type: BinaryWriter
An instance of the System.IO.BinaryWriter class that allows writing primitive data types to the binary stream.
This method saves reminder data as bytes in a binary stream. They can be restored later with the LoadFrom method.