daysToStart

fun daysToStart(leap: Boolean): Int

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


fun daysToStart(year: Int): Int
fun daysToStart(year: Year): Int

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