DateTimeZone クラス

はじめに

タイムゾーンをあらわします。

クラス概要

DateTimeZone
/* 定数 */
public const int DateTimeZone::AFRICA;
public const int DateTimeZone::AMERICA;
public const int DateTimeZone::ANTARCTICA;
public const int DateTimeZone::ARCTIC;
public const int DateTimeZone::ASIA;
public const int DateTimeZone::ATLANTIC;
public const int DateTimeZone::AUSTRALIA;
public const int DateTimeZone::EUROPE;
public const int DateTimeZone::INDIAN;
public const int DateTimeZone::PACIFIC;
public const int DateTimeZone::UTC;
public const int DateTimeZone::ALL;
public const int DateTimeZone::ALL_WITH_BC;
public const int DateTimeZone::PER_COUNTRY;
/* メソッド */
public __construct(string $timezone)
public arrayfalse getLocation()
public string getName()
public int getOffset(DateTimeInterface $datetime)
public arrayfalse getTransitions(int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX)
public static array listAbbreviations()
public static array listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, stringnull $countryCode = null)

定義済み定数

DateTimeZone::AFRICA

アフリカのタイムゾーン。

DateTimeZone::AMERICA

アメリカのタイムゾーン。

DateTimeZone::ANTARCTICA

南極のタイムゾーン。

DateTimeZone::ARCTIC

北極のタイムゾーン。

DateTimeZone::ASIA

アジアのタイムゾーン。

DateTimeZone::ATLANTIC

大西洋のタイムゾーン。

DateTimeZone::AUSTRALIA

オーストラリアのタイムゾーン。

DateTimeZone::EUROPE

ヨーロッパのタイムゾーン。

DateTimeZone::INDIAN

インドのタイムゾーン。

DateTimeZone::PACIFIC

太平洋のタイムゾーン。

DateTimeZone::UTC

UTC タイムゾーン。

DateTimeZone::ALL

すべてのタイムゾーン。

DateTimeZone::ALL_WITH_BC

過去との互換性を保つものを含むすべてのタイムゾーン。

DateTimeZone::PER_COUNTRY

国ごとのタイムゾーン。

目次