SysTime.dayOfGregorianCal

int dayOfGregorianCal() @property @safe const nothrow scope

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

void dayOfGregorianCal(int days) @property @safe nothrow scope

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

Parameters

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