The OpenD Programming Language

YearQuarter.this

Examples

import mir.timestamp;
auto ts = Timestamp(2020, 4);
auto yq = YearQuarter(ts);

Meta