getMonth property

int getMonth

Get the month of the given date. The month 1..12.

Implementation

int get getMonth => month;