month property

int month

Month of the year (1 ... 12).

Implementation

int get month => toDateTime().add(timezone.differenceToUtc).month;