days

fun days(leap: Boolean): Int

Number of days in a specific month (28-31) depending whether the year is leap or not.


fun days(year: Int): Int
fun days(year: Year): Int

Number of days in a specific month (28-31) depending whether the year or not.