Skip to content

XmlNode.EvaluateDateTime

Overview

DateTimeOffset XmlNode.EvaluateDateTime ( [ xpath ] )
Returns the datetime offset value of the specified xpath.

Arguments

String xpath

XPath to evaluate. If not specifed current node is used.

Remarks

Examples

Evaluate with an xpath

var createdAt = $Xml.EvaluateDateTime('//Customer/CreateDate');

See Also