goog.date.DateRange
.
goog.iter.Iterator | |
goog.date.DateRange.Iterator | goog.iter.Iterator |
dateRange
: goog.date.DateRange
The date range to iterate.
|
![]()
No description.
|
code » |
Returns the
Iterator object itself. This is used to implement
the iterator protocol in JavaScript 1.7
Arguments:
|
code » | ||
![]()
Returns the next value of the iteration. This will throw the object
when the iteration passes the end.
Returns: VALUE
Any object or value.
|
code » |
![]()
No description.
|
Code » |