addDate

actual open override fun addDate(value: Instant?): MutableArray(source)
expect open override fun addDate(value: Instant?): MutableArray(source)

Adds an Instant date object to the end of the array.

Return

The self object

Parameters

value

the Instant date object

actual open override fun addDate(value: <Error class: unknown class>?): MutableArray(source)

Adds an Instant date object to the end of the array.

Return

The self object

Parameters

value

the Instant date object

actual open override fun addDate(value: Instant?): MutableArray(source)