public override toString() as String:
Formats this value using TOML's local-time representation.
HH:MM:SS text with an optional fractional part.
HH:MM:SS
assert TOMLLocalTime(8, 5).toString() == "08:05:00"