IntlGregorianCalendar::setGregorianChange

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

IntlGregorianCalendar::setGregorianChangeSet the Gregorian Calendar change date

说明

面向对象风格

public function IntlGregorianCalendar::setGregorianChange(float $timestamp): bool

过程化风格

function intlgregcal_set_gregorian_change(IntlGregorianCalendar $calendar, float $timestamp): bool

Sets 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.

参数

calendar

An IntlGregorianCalendar instance.

timestamp

The Gregorian Calendar change date, expressed as a Unix timestamp in milliseconds.

返回值

成功时返回 true, 或者在失败时返回 false

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。