day property

int day
override

The day of the month 1..30.

var covid19Confirmed = EtDatetime.parse("2012-07-04 13:18:04Z");
assert(covid19Confirmed.day == 4);

Implementation

int get day => fixed + 1 - _fixedFromEthiopic(year, month, 1);