tuweni / org.apache.tuweni.toml / TomlArray / getLocalTime

getLocalTime

open fun getLocalTime(index: Int): LocalTime! (source)

Get a local time at a specified index.

Parameters

index - Int: The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

TomlInvalidTypeException - If the value is not an LocalTime.

Return
LocalTime!: The value.