Whether the current year is a date in A.D.
assert(YearMonth(2020, Month.jan).isAD == true);
See Implementation
Whether the current year is a date in A.D.