setDate

actual open override fun setDate(index: Int, value: Instant?): MutableArray(source)
expect open override fun setDate(index: Int, value: Instant?): MutableArray(source)

Sets an Instant date object at the given index.

Return

The self object

Parameters

index

the index. This value must not exceed the bounds of the array.

value

the Instant date object

actual open override fun setDate(index: Int, value: <Error class: unknown class>?): MutableArray(source)

Sets an Instant date object at the given index.

Return

The self object

Parameters

index

the index. This value must not exceed the bounds of the array.

value

the Instant date object

actual open override fun setDate(index: Int, value: Instant?): MutableArray(source)