Search
XmlPersistContext.writeDateTime Method
See Also
 






Writes a DateTime value with the specified name.

Namespace: MindFusion.Scheduling
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function writeDateTime (dateTimeValue, elementName, parentElement)

 Parameters

dateTimeValue

DateTime. The DateTime value that should be saved in current XML document.

elementName

String. A string specifying the name of the new element.

parentElement

Element. The parent DOM Element object.

 Return Value

Element. The newly created DOM Element object.

 See Also