The OpenD Programming Language

YearMonth.quarter

struct YearMonth
@safe pure nothrow @nogc @property
quarter
()

Examples

assert(YearMonth(1999, Month.jan).quarter == 1);

Meta