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

makeDateTimeNode

abstract fun makeDateTimeNode(literalDateTime: String!): Node!

Create an Node encapsulating the given string.

Parameters

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.