MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.SaveTo Method (Stream)
See Also
 





Saves the underlying schedule to the specified stream.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public void SaveTo (
    Stream stream
)

Visual Basic  Copy Code

Public Sub SaveTo( _
    stream As Stream _
)

 Parameters

stream

The stream to save to.

 Remarks

Saves the schedule data into a stream. Use LoadFrom to restore the data later. This method also attempts to save the current view state.

 See Also

SaveTo Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace