import mir.timestamp; auto yq = YearQuarter(2020, Quarter.q2); auto ts = yq.timestamp;
See Implementation