open fun getLocalDateTime(index: Int): LocalDateTime!
(source)
Get a local date time at a specified index.
IndexOutOfBoundsException
- If the index is out of bounds.
TomlInvalidTypeException
- If the value is not an LocalDateTime
.
Return
LocalDateTime!: The value.