monthOfYear property

int get monthOfYear

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

Implementation

int get monthOfYear => _offsetDateTime.monthOfYear;