toEpochDays

actual fun toEpochDays(): Int(source)
expect fun toEpochDays(): Int(source)

Returns the number of days since the epoch day 1970-01-01.

If the result does not fit in Int, returns Int.MAX_VALUE for a positive result or Int.MIN_VALUE for a negative result.

See also

actual fun toEpochDays(): Int(source)
actual fun toEpochDays(): Int(source)