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

makeDateNode

abstract fun makeDateNode(literalDate: String!): Node!

Create an Node encapsulating the given string.

Parameters

literalDate - String!: A string representing a date in the yyyy-MM-dd format.

Return
Node!: An anyvalue encapsulating the given string.

Throw
If the string is not in the yyyy-MM-dd format.