MonthRangeIterator(DateTime start, DateTime stop, int step) : _start = start, _stop = stop, _step = step;