Search
XmlPersistContext.readRecurrence Method
See Also
 






Reads a Recurrence object with the specified name.

Namespace: MindFusion.Scheduling
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function readRecurrence (elementName, parentElement)

 Parameters

elementName

String. A string specifying the name of the Recurrence XML element.

parentElement

Element. The parent DOM Element object.

 Return Value

Recurrence. The Recurrence object read; null if reading has failed.

 See Also