dayOfMonth property

int dayOfMonth

Gets the day of this local date and time within the month.

Implementation

int get dayOfMonth => calendarDate.dayOfMonth;