IntlCalendar::after
IntlCalendar::after
(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1)
IntlCalendar::after — Whether this objectʼs time is after that of the passed object
Description
Object oriented style
public bool IntlCalendar::after ( IntlCalendar $other )
Procedural style
bool intlcal_after ( IntlCalendar $cal , IntlCalendar $other )
Returns whether this objectʼs time succeeds the argumentʼs time.