The OpenD Programming Language

YearQuarter.isAD

Whether the current year is a date in A.D.

struct YearQuarter
@property const @safe pure nothrow @nogc
bool
isAD
()

Examples

assert(YearQuarter(2020, Quarter.q1).isAD == true);

Meta