DateTimeZone クラス
DateTimeZone
&reftitle.intro;
タイムゾーンをあらわします。
&reftitle.classsynopsis;
DateTimeZone
DateTimeZone
&Constants;
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
&Methods;
&reftitle.constants;
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
国ごとのタイムゾーン。
&reference.datetime.entities.datetimezone;