Creates an iterator over the dates in a {@link goog.date.DateRange}.
extends goog.iter.IteratorInstance Method Summary | |
next() ⇒ <Any Type> Returns the next value of the iteration. This will throw the object {@see goog.iter#StopIteration} when the iteration passes the end. |