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