Instant

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
open fun toString(): String

Properties

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

Extensions

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