getDate

expect fun getDate(index: Int): Instant?(source)

The result at the given index as a Date

Return

a Date.

Parameters

index

the index of the required value.


expect fun getDate(key: String): Instant?(source)

The projecting result value for the given key as a Date object. Returns null if the key doesn't exist.

Return

The Date object.

Parameters

key

The select result key.

actual fun getDate(index: Int): Instant?(source)
actual fun getDate(key: String): Instant?(source)
actual fun getDate(index: Int): Instant?(source)
actual fun getDate(key: String): Instant?(source)