The OpenD Programming Language

YearQuarter.timestamp

struct YearQuarter
@safe pure nothrow @nogc const @property
timestamp
()

Examples

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

Meta