DateTime.dayOfGregorianCal

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

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

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

The Xth day of the Gregorian Calendar that this DateTime is on. Setting this property does not affect the time portion of

DateTime.

Parameters

daysThe day of the Gregorian Calendar to set this DateTime to.