PocketPlanner Programmer's Guide

Recurrence.SaveTo Method (XmlWriter, SerializationContext)

See Also

Saves the recurrence data to an XML document.

 Since version 4.4, this method is considered obsolete. Instead, use the SaveTo method.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void SaveTo (
    XmlWriter writer,
    SerializationContext context
)

Visual Basic

Public Sub SaveTo ( _
    writer As XmlWriter, _
    context As SerializationContext _
)

 Parameters

writer
Allows adding data to the XML document.
context
The context object contains the current revision number of the schedule file format.

 Remarks

The recurrence properties are saved as elements of an XML document, and can be later restored using the LoadFrom method.

 See Also