Instant

expect class Instant
actual typealias Instant = <ERROR CLASS>
actual class Instant(val tv_sec: <ERROR CLASS>, val tv_nsec: Long)

Constructors

Link copied to clipboard
fun Instant(tv_sec: <ERROR CLASS>, tv_nsec: Long)

Properties

Link copied to clipboard
val tv_nsec: Long
Link copied to clipboard
val tv_sec: <ERROR CLASS>

Extensions

Link copied to clipboard
expect fun Instant.toLocalString(): String
actual fun Instant.toLocalString(): String