Properties
Functions
Link copied to clipboard
Returns an Instant that is epochMilliseconds number of milliseconds from the epoch instant 1970-01-01T00:00:00Z
.
Link copied to clipboard
Returns an Instant that is the epochSeconds number of seconds from the epoch instant 1970-01-01T00:00:00Z
and the nanosecondAdjustment number of nanoseconds from the whole second.
Link copied to clipboard
expect fun parse(input: CharSequence, format: DateTimeFormat<DateTimeComponents> = DateTimeComponents.Formats.ISO_DATE_TIME_OFFSET): Instant
A shortcut for calling DateTimeFormat.parse, followed by DateTimeComponents.toInstantUsingOffset.