Date.dayOfGregorianCal

int dayOfGregorianCal() @property const @safe pure nothrow @nogc

The Xth day of the Gregorian Calendar that this Date is on.

void dayOfGregorianCal(int day) @property @safe pure nothrow @nogc

The Xth day of the Gregorian Calendar that this Date is on.

Parameters

dayThe day of the Gregorian Calendar to set this Date to.