Search
XmlPersistContext.writeRecurrence Method
See Also
 






Writes the specified Recurrence object as an XML element with the specified name and the specified parent.

Namespace: MindFusion.Scheduling
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function writeRecurrence (The, elementName, parentElement)

 Parameters

The

Recurrence. The Recurrence object to write.

elementName

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

parentElement

Element. The parent DOM Element object.

 See Also