Whether the current year is a date in A.D.
assert(YearQuarter(2020, Quarter.q1).isAD == true);
See Implementation
Whether the current year is a date in A.D.