quarter property

int get quarter

Implementation

int get quarter => (month - 1) ~/ 3 + 1;