fromEpochDays

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

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(source)
actual fun fromEpochDays(epochDays: Int): LocalDate(source)