PocketPlanner Programmer's Guide

Recurrence.SaveTo Method

See Also

Saves the recurrence data to a binary stream or an XML document.

 Overload List

Name Description

Recurrence.SaveTo (XmlElement, XmlSerializationContext)

Saves the recurrence data to an XML document.

Recurrence.SaveTo (XmlWriter, SerializationContext)

Saves the recurrence data to an XML document.

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

 See Also