Returns the Timestamp corresponding to the start of the YearQuarter.
import mir.timestamp; auto yq = YearQuarter(2020, Quarter.q2); auto ts = yq.timestamp;
Returns the Timestamp corresponding to the start of the YearQuarter.