PocketPlanner Programmer's Guide

Recurrence.LoadFrom Method

See Also

Loads recurrence data from a binary stream or an XML document.

 Overload List

Name Description

Recurrence.LoadFrom (XmlElement, XmlSerializationContext)

Loads the recurrence data from an XML document.

Recurrence.LoadFrom (XmlReader, SerializationContext)

Loads the recurrence data from an XML document.

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

 See Also