The IntlGregorianCalendar class
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Introduction
Class synopsis
/* Inherited constants */
/* Methods */
public __construct(
int
int
int
int
int
int
)
int
$timeZoneOrYear,int
$localeOrMonth,int
$dayOfMonth,int
$hour,int
$minute,int
$second = ?)
public static createFromDateTime(
int
int
int
int
int
?int
): static
int
$year,int
$month,int
$dayOfMonth,int
$hour,int
$minute,?int
$second = null): static
/* Inherited methods */
public static IntlCalendar::createInstance(IntlTimeZone|DateTimeZone|string|null
$timezone = null, ?string $locale = null): ?IntlCalendarpublic static IntlCalendar::fromDateTime(DateTime|string
$datetime, ?string $locale = null): ?IntlCalendarpublic static IntlCalendar::getKeywordValuesForLocale(string
$keyword, string $locale, bool $onlyCommon): IntlIterator|falsepublic IntlCalendar::set(
int
int
int
int
int
int
): true
}int
$year,int
$month,int
$dayOfMonth = NULL,int
$hour = NULL,int
$minute = NULL,int
$second = NULL): true
Table of Contents
- IntlGregorianCalendar::__construct — Create the Gregorian Calendar class
- IntlGregorianCalendar::createFromDate — Create a new IntlGregorianCalendar instance from date
- IntlGregorianCalendar::createFromDateTime — Create a new IntlGregorianCalendar instance from date and time
- IntlGregorianCalendar::getGregorianChange — Get the Gregorian Calendar change date
- IntlGregorianCalendar::isLeapYear — Determine if the given year is a leap year
- IntlGregorianCalendar::setGregorianChange — Set the Gregorian Calendar the change date
↑ and ↓ to navigate • Enter to select • Esc to close • / to open