fromEpochMilliseconds

actual fun fromEpochMilliseconds(epochMilliseconds: Long): Instant(source)
expect fun fromEpochMilliseconds(epochMilliseconds: Long): Instant(source)

Returns an Instant that is epochMilliseconds number of milliseconds from the epoch instant 1970-01-01T00:00:00Z.

The return value is clamped to the platform-specific boundaries for Instant if the result exceeds them.

See also

actual fun fromEpochMilliseconds(epochMilliseconds: Long): Instant(source)
actual fun fromEpochMilliseconds(epochMilliseconds: Long): Instant(source)