PocketPlanner Programmer's Guide

Schedule.SaveToXml Method

See Also

Saves the schedule to an XML document.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void SaveToXml (
    XmlDocument document
)

Visual Basic

Public Sub SaveToXml ( _
    document As XmlDocument _
)

 Parameters

document
A .NET XmlDocument object that allows adding data to the XML document.

 Remarks

Saves the schedule data as tags in an XML document. Use LoadFromXml to restore the schedule data later.

 See Also