inMonths property

int get inMonths

Only returns whole months. Here, a month equals daysPerMonth days

Implementation

int get inMonths => inDays ~/ daysPerMonth;