$start
$start : integer
An iterator for the number of days in a range.
$date : \duncan3dc\Dates\DateTime
__construct(\duncan3dc\Dates\DateTime $start, \duncan3dc\Dates\DateTime $end)
Create a new iterator for the number of days in a range.
\duncan3dc\Dates\DateTime | $start | The start date of the range |
\duncan3dc\Dates\DateTime | $end | The end date of the range |
current() : \duncan3dc\Dates\DateTime
Get the current iterator value.