Subtracts the specified number of months from this DateTime.
DateTime subtractMonths(int count) { return DateTimeCalculator.subtractMonths(this, count); }