Search
XmlPersistContext.readDateTime Method
See Also
 






Reads a DateTime value with the specified name.

Namespace: MindFusion.Scheduling
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function readDateTime (elementName, parentElement, [defaultValue])

 Parameters

elementName

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

parentElement

Element. The parent DOM Element object.

defaultValue
Optional.

Boolean. The default value to return if specified child XML element does not exist.

 Return Value

DateTime. The value loaded from XML.

 See Also