tuweni / org.apache.tuweni.toml / TomlArray / getLocalDateTime

getLocalDateTime

open fun getLocalDateTime(index: Int): LocalDateTime! (source)

Get a local date 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 LocalDateTime.

Return
LocalDateTime!: The value.