day property

int get day

Day in month.

Always a number in the range 1 through 31 for long months, 30 for shorter months, and 28 or 20 for February, depending on whether it's a leap year.

Implementation

int get day => _time.day;