getDate

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

The result at the given index interpreted as an Instant date. Returns null if the value cannot be so interpreted.

Return

an Instant date.

Parameters

index

the index of the required value.


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

The result value for the given key as an Instant date Returns null if the key doesn't exist or if the value is not a date

Return

The Instant 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)