quarter property

int quarter

Quarter 1-4

Implementation

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