month property
int
get
month
The month component of the date (1-12) in UTC
Implementation
int get month => _dateTime.month;
The month component of the date (1-12) in UTC
int get month => _dateTime.month;