IntlCalendar::before

Whether this objectʼs time is before that of the passed object

Description

Object-oriented style

public bool IntlCalendar::before(IntlCalendar $other)

Procedural style

bool intlcal_before(IntlCalendar $calendar, IntlCalendar $other)

Returns whether this objectʼs time precedes the argumentʼs time.

Parameters

calendar

An IntlCalendar instance.

other

The calendar whose time will be checked against the primary objectʼs time.

Return Values

Returns true if this objectʼs current time is before that of the calendar argumentʼs time. Returns false otherwise.

On failure false is also returned. To detect error conditions use intl_get_error_code, or set up Intl to throw exceptions.