Companion

object Companion

Functions

Link copied to clipboard
fun fromEpochMilliseconds(milliseconds: Long): Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun now(): Instant

Returns an Instant representing the current moment in time.

Link copied to clipboard
fun parse(input: String): Instant?

Parses an Instant from its ISO-8601 representation.