month property

int month

Returns month of the date represented by this object. Always in range 1; 12.

Implementation

int get month => _date.month;