qisdk / com.aldebaran.qi.sdk.object.knowledge / Knowledge / Async / makeDateTimeNode

makeDateTimeNode

abstract fun makeDateTimeNode(literalDateTime: String!): Future<Node!>!

Create an Node encapsulating the given string.

Parameters

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.