tuweni / org.apache.tuweni.toml / TomlArray / getOffsetDateTime

getOffsetDateTime

open fun getOffsetDateTime(index: Int): OffsetDateTime! (source)

Get an offset 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 OffsetDateTime.

Return
OffsetDateTime!: The value.