dayOfMonth property

int get dayOfMonth

Gets the day of this local date within the month.

Implementation

int get dayOfMonth => _yearMonthDayCalendar.day;