getMonth property

Month getMonth

Return the Month object for this date.

Implementation

Month get getMonth => Month.fromDate(this);