klyn.io.toml.TOMLLocalTime.toString
method
public override toString() as String:
Description

Formats this value using TOML's local-time representation.

Returns

HH:MM:SS text with an optional fractional part.

Example

assert TOMLLocalTime(8, 5).toString() == "08:05:00"