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