abstract fun makeTimeNode(literaTime: String!): Node!
Create an Node encapsulating the given string.
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.