Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Remarks

...

Evaluate with an xpath

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

Example

Evaluate with an xpath

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

See Also