setDate

expect 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 fun setDate(index: Int, value: Instant?): MutableArray(source)
actual fun setDate(index: Int, value: Instant?): MutableArray(source)