next: function (d) {
            var prev = new Date(d);
            var next = new Date(prev[dateMethods.setMonth](prev[dateMethods.getMonth]() + 3));
            return this.cast(next);
        }