tuweni / org.apache.tuweni.toml / TomlArray / getLocalDate

getLocalDate

open fun getLocalDate(index: Int): LocalDate (source)

Get a local date at a specified index.

Parameters

index - The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

TomlInvalidTypeException - If the value is not an LocalDate.

Return
The value.