IntlGregorianCalendar::getGregorianChange

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

IntlGregorianCalendar::getGregorianChangeGet the Gregorian Calendar change date

Beschreibung

Objektorientierter Stil

public function IntlGregorianCalendar::getGregorianChange(): float

Prozeduraler Stil

function intlgregcal_get_gregorian_change(IntlGregorianCalendar $calendar): float

Gets the Gregorian Calendar change date. This is the point at which the calendar switches from Julian dates to Gregorian dates, expressed as a Unix timestamp in milliseconds. It defaults to midnight (UTC) on October 15, 1582.

Parameter-Liste

calendar

An IntlGregorianCalendar instance.

Rückgabewerte

Returns the change date.

add a note

User Contributed Notes

There are no user contributed notes for this page.