daysToEnd

fun daysToEnd(leap: Boolean): Int

Number of days since the start of the leap year to reach next month.


fun daysToEnd(year: Int): Int
fun daysToEnd(year: Year): Int

Number of days since the start of the year to reach next month.