<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.intl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'class.intltimezone.php',
    1 => 'IntlTimeZone',
    2 => 'A classe IntlTimeZone',
  ),
  'up' => 
  array (
    0 => 'book.intl.php',
    1 => 'intl',
  ),
  'prev' => 
  array (
    0 => 'intlgregoriancalendar.setgregorianchange.php',
    1 => 'IntlGregorianCalendar::setGregorianChange',
  ),
  'next' => 
  array (
    0 => 'intltimezone.construct.php',
    1 => 'IntlTimeZone::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/intl/intltimezone.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.intltimezone.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.intltimezone" class="reference">

 <h1 class="title">A classe IntlTimeZone</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 5 &gt;= 5.5.0, PHP 7, PHP 8, PECL &gt;= 3.0.0a1)</p>


  <div class="section" id="intltimezone.intro">
   <h2 class="title">Introdução</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="intltimezone.synopsis">
   <h2 class="title">Resumo da classe</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">IntlTimeZone</strong></strong>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Constantes */</div>
    <div class="fieldsynopsis">
     <span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-short"><var class="varname">DISPLAY_SHORT</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-long"><var class="varname">DISPLAY_LONG</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-short-generic"><var class="varname">DISPLAY_SHORT_GENERIC</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-long-generic"><var class="varname">DISPLAY_LONG_GENERIC</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-short-gmt"><var class="varname">DISPLAY_SHORT_GMT</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-long-gmt"><var class="varname">DISPLAY_LONG_GMT</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-short-commonly-used"><var class="varname">DISPLAY_SHORT_COMMONLY_USED</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.display-generic-location"><var class="varname">DISPLAY_GENERIC_LOCATION</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.type-any"><var class="varname">TYPE_ANY</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.type-canonical"><var class="varname">TYPE_CANONICAL</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.intltimezone.php#intltimezone.constants.type-canonical-location"><var class="varname">TYPE_CANONICAL_LOCATION</var></a></var>;</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Métodos */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><a href="intltimezone.construct.php" class="methodname">__construct</a></span>()</div>

    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.countequivalentids.php" class="methodname">countEquivalentIDs</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></span>): <span class="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.createdefault.php" class="methodname">createDefault</a></span>(): <span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.createenumeration.php" class="methodname">createEnumeration</a></span>(<span class="methodparam"><span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.null.php" class="type null">null</a></span></span> <code class="parameter">$countryOrRawOffset</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><span class="type"><a href="class.intliterator.php" class="type IntlIterator">IntlIterator</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.createtimezone.php" class="methodname">createTimeZone</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></span>): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.createtimezoneidenumeration.php" class="methodname">createTimeZoneIDEnumeration</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$type</code></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$region</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.integer.php" class="type int">int</a></span></span> <code class="parameter">$rawOffset</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><span class="type"><a href="class.intliterator.php" class="type IntlIterator">IntlIterator</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.fromdatetimezone.php" class="methodname">fromDateTimeZone</a></span>(<span class="methodparam"><span class="type"><a href="class.datetimezone.php" class="type DateTimeZone">DateTimeZone</a></span> <code class="parameter">$timezone</code></span>): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.getcanonicalid.php" class="methodname">getCanonicalID</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></span>, <span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter reference">&$isSystemId</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.getdisplayname.php" class="methodname">getDisplayName</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$dst</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong></span></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$style</code><span class="initializer"> = <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-long">IntlTimeZone::DISPLAY_LONG</a></code></strong></span></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$locale</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.getdstsavings.php" class="methodname">getDSTSavings</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.getequivalentid.php" class="methodname">getEquivalentID</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$offset</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.geterrorcode.php" class="methodname">getErrorCode</a></span>(): <span class="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.geterrormessage.php" class="methodname">getErrorMessage</a></span>(): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.getgmt.php" class="methodname">getGMT</a></span>(): <span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.getid.php" class="methodname">getID</a></span>(): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.getidforwindowsid.php" class="methodname">getIDForWindowsID</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$region</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.getoffset.php" class="methodname">getOffset</a></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$timestamp</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$local</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter reference">&$rawOffset</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter reference">&$dstOffset</code></span><br>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.getrawoffset.php" class="methodname">getRawOffset</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.getregion.php" class="methodname">getRegion</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.gettzdataversion.php" class="methodname">getTZDataVersion</a></span>(): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.getunknown.php" class="methodname">getUnknown</a></span>(): <span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intltimezone.getwindowsid.php" class="methodname">getWindowsID</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.hassamerules.php" class="methodname">hasSameRules</a></span>(<span class="methodparam"><span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span> <code class="parameter">$other</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.todatetimezone.php" class="methodname">toDateTimeZone</a></span>(): <span class="type"><span class="type"><a href="class.datetimezone.php" class="type DateTimeZone">DateTimeZone</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intltimezone.usedaylighttime.php" class="methodname">useDaylightTime</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

   }</div>


  </div>


  <div class="section" id="intltimezone.constants">
   <h2 class="title">Constantes predefinidas</h2>
   <dl>
    
     <dt id="intltimezone.constants.display-short">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-short">IntlTimeZone::DISPLAY_SHORT</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.display-long">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-long">IntlTimeZone::DISPLAY_LONG</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.display-short-generic">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-short-generic">IntlTimeZone::DISPLAY_SHORT_GENERIC</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.display-long-generic">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-long-generic">IntlTimeZone::DISPLAY_LONG_GENERIC</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.display-short-gmt">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-short-gmt">IntlTimeZone::DISPLAY_SHORT_GMT</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.display-long-gmt">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-long-gmt">IntlTimeZone::DISPLAY_LONG_GMT</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.display-short-commonly-used">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-short-commonly-used">IntlTimeZone::DISPLAY_SHORT_COMMONLY_USED</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.display-generic-location">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.display-generic-location">IntlTimeZone::DISPLAY_GENERIC_LOCATION</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.type-any">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.type-any">IntlTimeZone::TYPE_ANY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.type-canonical">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.type-canonical">IntlTimeZone::TYPE_CANONICAL</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="intltimezone.constants.type-canonical-location">
      <strong><code><a href="class.intltimezone.php#intltimezone.constants.type-canonical-location">IntlTimeZone::TYPE_CANONICAL_LOCATION</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para"/>
     </dd>
    
   </dl>
  </div>

  <div class="section">
   <h2 class="title">Registro de Alterações</h2>
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Versão</th>
       <th>Descrição</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.4.0</td>
       <td>
        As constantes de classe agora são tipadas.
       </td>
      </tr>

     </tbody>
    
   </table>

  </div>
 </div>

 




























































































































<h2>Índice</h2><ul class="chunklist chunklist_reference"><li><a href="intltimezone.construct.php">IntlTimeZone::__construct</a> — Construtor privado para n&atilde;o permitir instancia&ccedil;&atilde;o direta</li><li><a href="intltimezone.countequivalentids.php">IntlTimeZone::countEquivalentIDs</a> — Obt&eacute;m o n&uacute;mero de IDs no grupo de equival&Ccedil;encia que inclui o ID informado</li><li><a href="intltimezone.createdefault.php">IntlTimeZone::createDefault</a> — Cria uma nova c&oacute;pia do fuso hor&aacute;rio padr&atilde;o para este host</li><li><a href="intltimezone.createenumeration.php">IntlTimeZone::createEnumeration</a> — Obt&eacute;m uma enumera&ccedil;&atilde;o a partir de IDs de fuso hor&aacute;rio associados com o
  pa&iacute;s informado ou com o deslocamento UTC</li><li><a href="intltimezone.createtimezone.php">IntlTimeZone::createTimeZone</a> — Cria um objeto IntlTimeZone para o ID informado</li><li><a href="intltimezone.createtimezoneidenumeration.php">IntlTimeZone::createTimeZoneIDEnumeration</a> — Obt&eacute;m uma enumera&ccedil;&atilde;o a partir de IDs de fuso hor&aacute;rio do sistema com as condi&ccedil;&otilde;es de filtro informadas</li><li><a href="intltimezone.fromdatetimezone.php">IntlTimeZone::fromDateTimeZone</a> — Cria um objeto IntlTimeZone a partir de um DateTimeZone</li><li><a href="intltimezone.getcanonicalid.php">IntlTimeZone::getCanonicalID</a> — Obt&eacute;m o ID do fuso hor&aacute;rio de sistema can&ocirc;nico ou o cutomizado normalizado para o ID de fuso hor&aacute;rio informado</li><li><a href="intltimezone.getdisplayname.php">IntlTimeZone::getDisplayName</a> — Obt&eacute;m o nome do fuso hor&aacute;rio adequado para apresenta&ccedil;&atilde;o ao usu&aacute;rio</li><li><a href="intltimezone.getdstsavings.php">IntlTimeZone::getDSTSavings</a> — Obt&eacute;m a quantidade de tempo a ser adicionado ao hor&aacute;rio local padr&atilde;o para obter o hor&aacute;rio local real de rel&oacute;gio</li><li><a href="intltimezone.getequivalentid.php">IntlTimeZone::getEquivalentID</a> — Obt&eacute;m um ID no grupo de equival&ecirc;ncia que inclui o ID informado</li><li><a href="intltimezone.geterrorcode.php">IntlTimeZone::getErrorCode</a> — Obt&eacute;m o &uacute;ltimo c&oacute;digo de erro no objeto</li><li><a href="intltimezone.geterrormessage.php">IntlTimeZone::getErrorMessage</a> — Obt&eacute;m a &uacute;ltima mensagem de erro no objeto</li><li><a href="intltimezone.getgmt.php">IntlTimeZone::getGMT</a> — Cria um fuso hor&aacute;rio GMT (UTC)</li><li><a href="intltimezone.getid.php">IntlTimeZone::getID</a> — Obt&eacute;m o ID do fuso hor&aacute;rio</li><li><a href="intltimezone.getidforwindowsid.php">IntlTimeZone::getIDForWindowsID</a> — Traduz um fuso hor&aacute;rio do Windows para um fuso hor&aacute;rio de sistema</li><li><a href="intltimezone.getoffset.php">IntlTimeZone::getOffset</a> — Obt&eacute;m o deslocamento UTC padr&atilde;o e o deslocamento com hor&aacute;rio de ver&atilde;o para um determinado timestamp Unix</li><li><a href="intltimezone.getrawoffset.php">IntlTimeZone::getRawOffset</a> — Obt&eacute;m o deslocamento UTC puro (antes de considerar hor&aacute;rio de ver&atilde;o)</li><li><a href="intltimezone.getregion.php">IntlTimeZone::getRegion</a> — Obt&eacute;m o c&oacute;digo da regi&atilde;o associada com o ID de fuso hor&aacute;rio de sistema informado</li><li><a href="intltimezone.gettzdataversion.php">IntlTimeZone::getTZDataVersion</a> — Obt&eacute;m a vers&atilde;o de dados de fuso hor&aacute;rio atualmente usados pela ICU</li><li><a href="intltimezone.getunknown.php">IntlTimeZone::getUnknown</a> — Obt&eacute;m o fuso hor&aacute;rio &quot;desconhecido&quot;</li><li><a href="intltimezone.getwindowsid.php">IntlTimeZone::getWindowsID</a> — Traduz um fuso hor&aacute;rio de sistema em um fuso hor&aacute;rio do Windows</li><li><a href="intltimezone.hassamerules.php">IntlTimeZone::hasSameRules</a> — Verifica se um fuso hor&aacute;rio tem as mesmas regras e deslocamentos de um outro</li><li><a href="intltimezone.todatetimezone.php">IntlTimeZone::toDateTimeZone</a> — Converte em um objeto DateTimeZone</li><li><a href="intltimezone.usedaylighttime.php">IntlTimeZone::useDaylightTime</a> — Verifica se o fuso hor&aacute;rio usa hor&aacute;rio de ver&atilde;o</li></ul>
</div>
<?php manual_footer($setup); ?>