PocketPlanner Programmer's Guide

Schedule.SaveTo Method

See Also

Saves the schedule to a file, a binary stream or an XML document.

 Overload List

Name Description

Schedule.SaveTo (String)

Saves the schedule to a file.

Schedule.SaveTo (XmlWriter, Boolean)

Saves the schedule to an XML document.

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

 See Also