open fun getLocalTime(index: Int): LocalTime!
(source)
Get a local time at a specified index.
IndexOutOfBoundsException
- If the index is out of bounds.
TomlInvalidTypeException
- If the value is not an LocalTime
.
Return
LocalTime!: The value.