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

makeTimeNode

abstract fun makeTimeNode(literaTime: String!): Node!

Create an Node encapsulating the given string.

Parameters

literaTime - String!: A string representing a time in the hh:mm:ss format.

Return
Node!: An Node encapsulating the given string.

Throw
If the string is not in the hh:mm:ss format.