Package-level declarations

Types

Link copied to clipboard
interface Clock

A source of time

Link copied to clipboard
expect class Instant : Comparable<Instant>
actual class Instant(value: Instant) : Comparable<Instant>
Link copied to clipboard
open class ParseException(input: String, message: String, position: Int) : SdkBaseException

Base parsing exception

Link copied to clipboard

Timestamp formats supported

Inherited properties

Link copied to clipboard

Get the epoch milliseconds representation of the Instant

Inherited functions

Link copied to clipboard

Create an Instant from epoch millisecond timestamp

Link copied to clipboard

Convert Instant to a double representing seconds and milliseconds since the epoch

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Instant.until(other: Instant): <Error class: unknown class>