Whether this Date is in a leap year.
assert(YearMonth(1999, cast(Month) 12).isLeapYear == false); assert(YearMonth(2000, cast(Month) 12).isLeapYear == true);
See Implementation
Whether this Date is in a leap year.