Functions

Link copied to clipboard
Link copied to clipboard
open fun from(value: Instant, options: Nothing = definedExternally): Instant
open fun from(value: Nothing, options: Nothing = definedExternally): Instant
open fun from(value: String, options: Nothing = definedExternally): Instant
Link copied to clipboard
fun fromEpochMicroseconds(epochMicroseconds: BigInt): Instant
Link copied to clipboard
fun fromEpochMilliseconds(epochMilliseconds: JsLong): Instant
Link copied to clipboard
fun fromEpochNanoseconds(epochNanoseconds: BigInt): Instant
Link copied to clipboard
fun fromEpochSeconds(epochSeconds: JsLong): Instant