The DatePeriod class
Introduction
Representation of date period.
Class synopsis
DatePeriod
implements
Traversable
{
/* Constants */
/* Methods */
public __construct
( DateTime $start
, DateInterval $interval
, int $recurrences
[, int $options
] )
}Predefined Constants
DatePeriod Node Types
- DatePeriod::EXCLUDE_START_DATE
-
Exclude start date, used in DatePeriod::__construct().
Table of Contents
- DatePeriod::__construct — Creates new DatePeriod object