operator - method

Month operator -(
  1. int months
)

Implementation

Month operator -(int months) =>
    values[(index + (-((months % 12) + 12)) % 12) - 1];