کلاس DateTimeZone
Introduction
نمایش منطقه زمانی.
Class synopsis
DateTimeZone
{
/* Constants */
/* Methods */
}Predefined Constants
انواع گرهDateTimeZone
- 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
-
منطقه زمانی هر کشور.
Table of Contents
- DateTimeZone::__construct — Creates new DateTimeZone object
- DateTimeZone::getLocation — Returns location information for a timezone
- DateTimeZone::getName — Returns the name of the timezone
- DateTimeZone::getOffset — Returns the timezone offset from GMT
- DateTimeZone::getTransitions — Returns all transitions for the timezone
- DateTimeZone::listAbbreviations — Returns associative array containing dst, offset and the timezone name
- DateTimeZone::listIdentifiers — Returns numerically index array with all timezone identifiers
There are no user contributed notes for this page.
