Adds the specified number of months to this DateTime.
DateTime addMonths(int count) { return DateTimeCalculator.addMonths(this, count); }