abstract fun makeDateTimeNode(literalDateTime: String!): Node!
Create an Node encapsulating the given string.
A
- string representing a dateTime in the yyyy-MM-ddThh:mm:ssZ format.
Return
Node!: An anyvalue encapsulating the given string.
Throw
If the string is not in the format yyyy-MM-ddThh:mm:ssZ.