fromEpochDays

expect fun fromEpochDays(epochDays: Int): LocalDate

Returns a LocalDate that is epochDays number of days from the epoch day 1970-01-01.

See also

Throws

if the result exceeds the platform-specific boundaries of LocalDate.

actual fun fromEpochDays(epochDays: Int): LocalDate
actual fun fromEpochDays(epochDays: Int): LocalDate
actual fun fromEpochDays(epochDays: Int): LocalDate