Datum/Uhrzeit
PHP Manual

The DatePeriod class

(PHP 5 >= 5.3.0)

Einführung

Representation of date period.

Klassenbeschreibung

DatePeriod implements Traversable {
/* Konstanten */
const integer EXCLUDE_START_DATE = 1 ;
/* Methoden */
public __construct ( DateTime $start , DateInterval $interval , int $recurrences [, int $options ] )
public __construct ( DateTime $start , DateInterval $interval , DateTime $end [, int $options ] )
public __construct ( string $isostr [, int $options ] )
}

Vordefinierte Konstanten

DatePeriod::EXCLUDE_START_DATE

Exclude start date, used in DatePeriod::__construct().

Inhaltsverzeichnis


Datum/Uhrzeit
PHP Manual