monthOfYear property

int monthOfYear

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

Implementation

int get monthOfYear => calendarDate.monthOfYear;