<?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.intlcalendar.php',
    1 => 'IntlCalendar',
    2 => 'A classe IntlCalendar',
  ),
  'up' => 
  array (
    0 => 'book.intl.php',
    1 => 'intl',
  ),
  'prev' => 
  array (
    0 => 'messageformatter.setpattern.php',
    1 => 'MessageFormatter::setPattern',
  ),
  'next' => 
  array (
    0 => 'intlcalendar.add.php',
    1 => 'IntlCalendar::add',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/intl/intlcalendar.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.intlcalendar.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 <h1 class="title">A classe IntlCalendar</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="intlcalendar.intro">
   <h2 class="title">Introdução</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="intlcalendar.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">IntlCalendar</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.intlcalendar.php#intlcalendar.constants.field-era"><var class="varname">FIELD_ERA</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.intlcalendar.php#intlcalendar.constants.field-year"><var class="varname">FIELD_YEAR</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.intlcalendar.php#intlcalendar.constants.field-month"><var class="varname">FIELD_MONTH</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.intlcalendar.php#intlcalendar.constants.field-week-of-year"><var class="varname">FIELD_WEEK_OF_YEAR</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.intlcalendar.php#intlcalendar.constants.field-week-of-month"><var class="varname">FIELD_WEEK_OF_MONTH</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.intlcalendar.php#intlcalendar.constants.field-date"><var class="varname">FIELD_DATE</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.intlcalendar.php#intlcalendar.constants.field-day-of-year"><var class="varname">FIELD_DAY_OF_YEAR</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.intlcalendar.php#intlcalendar.constants.field-day-of-week"><var class="varname">FIELD_DAY_OF_WEEK</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.intlcalendar.php#intlcalendar.constants.field-day-of-week-in-month"><var class="varname">FIELD_DAY_OF_WEEK_IN_MONTH</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.intlcalendar.php#intlcalendar.constants.field-am-pm"><var class="varname">FIELD_AM_PM</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.intlcalendar.php#intlcalendar.constants.field-hour"><var class="varname">FIELD_HOUR</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.intlcalendar.php#intlcalendar.constants.field-hour-of-day"><var class="varname">FIELD_HOUR_OF_DAY</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.intlcalendar.php#intlcalendar.constants.field-minute"><var class="varname">FIELD_MINUTE</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.intlcalendar.php#intlcalendar.constants.field-second"><var class="varname">FIELD_SECOND</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.intlcalendar.php#intlcalendar.constants.field-millisecond"><var class="varname">FIELD_MILLISECOND</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.intlcalendar.php#intlcalendar.constants.field-zone-offset"><var class="varname">FIELD_ZONE_OFFSET</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.intlcalendar.php#intlcalendar.constants.field-dst-offset"><var class="varname">FIELD_DST_OFFSET</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.intlcalendar.php#intlcalendar.constants.field-year-woy"><var class="varname">FIELD_YEAR_WOY</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.intlcalendar.php#intlcalendar.constants.field-dow-local"><var class="varname">FIELD_DOW_LOCAL</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.intlcalendar.php#intlcalendar.constants.field-extended-year"><var class="varname">FIELD_EXTENDED_YEAR</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.intlcalendar.php#intlcalendar.constants.field-julian-day"><var class="varname">FIELD_JULIAN_DAY</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.intlcalendar.php#intlcalendar.constants.field-milliseconds-in-day"><var class="varname">FIELD_MILLISECONDS_IN_DAY</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.intlcalendar.php#intlcalendar.constants.field-is-leap-month"><var class="varname">FIELD_IS_LEAP_MONTH</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.intlcalendar.php#intlcalendar.constants.field-field-count"><var class="varname">FIELD_FIELD_COUNT</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.intlcalendar.php#intlcalendar.constants.field-day-of-month"><var class="varname">FIELD_DAY_OF_MONTH</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.intlcalendar.php#intlcalendar.constants.dow-sunday"><var class="varname">DOW_SUNDAY</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.intlcalendar.php#intlcalendar.constants.dow-monday"><var class="varname">DOW_MONDAY</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.intlcalendar.php#intlcalendar.constants.dow-tuesday"><var class="varname">DOW_TUESDAY</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.intlcalendar.php#intlcalendar.constants.dow-wednesday"><var class="varname">DOW_WEDNESDAY</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.intlcalendar.php#intlcalendar.constants.dow-thursday"><var class="varname">DOW_THURSDAY</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.intlcalendar.php#intlcalendar.constants.dow-friday"><var class="varname">DOW_FRIDAY</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.intlcalendar.php#intlcalendar.constants.dow-saturday"><var class="varname">DOW_SATURDAY</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.intlcalendar.php#intlcalendar.constants.dow-type-weekday"><var class="varname">DOW_TYPE_WEEKDAY</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.intlcalendar.php#intlcalendar.constants.dow-type-weekend"><var class="varname">DOW_TYPE_WEEKEND</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.intlcalendar.php#intlcalendar.constants.dow-type-weekend-offset"><var class="varname">DOW_TYPE_WEEKEND_OFFSET</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.intlcalendar.php#intlcalendar.constants.dow-type-weekend-cease"><var class="varname">DOW_TYPE_WEEKEND_CEASE</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.intlcalendar.php#intlcalendar.constants.walltime-first"><var class="varname">WALLTIME_FIRST</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.intlcalendar.php#intlcalendar.constants.walltime-last"><var class="varname">WALLTIME_LAST</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.intlcalendar.php#intlcalendar.constants.walltime-next-valid"><var class="varname">WALLTIME_NEXT_VALID</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="intlcalendar.construct.php" class="methodname">__construct</a></span>()</div>

    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.add.php" class="methodname">add</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</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="intlcalendar.after.php" class="methodname">after</a></span>(<span class="methodparam"><span class="type"><a href="class.intlcalendar.php" class="type IntlCalendar">IntlCalendar</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="intlcalendar.before.php" class="methodname">before</a></span>(<span class="methodparam"><span class="type"><a href="class.intlcalendar.php" class="type IntlCalendar">IntlCalendar</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="intlcalendar.clear.php" class="methodname">clear</a></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">$field</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="intlcalendar.createinstance.php" class="methodname">createInstance</a></span>(<span class="methodparam"><span class="type"><span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span>|<span class="type"><a href="class.datetimezone.php" class="type DateTimeZone">DateTimeZone</a></span>|<span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.null.php" class="type null">null</a></span></span> <code class="parameter">$timezone</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.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.null.php" class="type null">?</a></span><span class="type"><a href="class.intlcalendar.php" class="type IntlCalendar">IntlCalendar</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.equals.php" class="methodname">equals</a></span>(<span class="methodparam"><span class="type"><a href="class.intlcalendar.php" class="type IntlCalendar">IntlCalendar</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="intlcalendar.fielddifference.php" class="methodname">fieldDifference</a></span>(<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$timestamp</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="intlcalendar.fromdatetime.php" class="methodname">fromDateTime</a></span>(<span class="methodparam"><span class="type"><span class="type"><a href="class.datetime.php" class="type DateTime">DateTime</a></span>|<span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$datetime</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">$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.null.php" class="type null">?</a></span><span class="type"><a href="class.intlcalendar.php" class="type IntlCalendar">IntlCalendar</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.get.php" class="methodname">get</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="methodname"><a href="intlcalendar.getactualmaximum.php" class="methodname">getActualMaximum</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="methodname"><a href="intlcalendar.getactualminimum.php" class="methodname">getActualMinimum</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="intlcalendar.getavailablelocales.php" class="methodname">getAvailableLocales</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.getdayofweektype.php" class="methodname">getDayOfWeekType</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$dayOfWeek</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="methodname"><a href="intlcalendar.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="intlcalendar.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="methodname"><a href="intlcalendar.getfirstdayofweek.php" class="methodname">getFirstDayOfWeek</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="intlcalendar.getgreatestminimum.php" class="methodname">getGreatestMinimum</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="intlcalendar.getkeywordvaluesforlocale.php" class="methodname">getKeywordValuesForLocale</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$keyword</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$locale</code></span>, <span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$onlyCommon</code></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="methodname"><a href="intlcalendar.getleastmaximum.php" class="methodname">getLeastMaximum</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="methodname"><a href="intlcalendar.getlocale.php" class="methodname">getLocale</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="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="intlcalendar.getmaximum.php" class="methodname">getMaximum</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="methodname"><a href="intlcalendar.getminimaldaysinfirstweek.php" class="methodname">getMinimalDaysInFirstWeek</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="intlcalendar.getminimum.php" class="methodname">getMinimum</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="intlcalendar.getnow.php" class="methodname">getNow</a></span>(): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.getrepeatedwalltimeoption.php" class="methodname">getRepeatedWallTimeOption</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="methodname"><a href="intlcalendar.getskippedwalltimeoption.php" class="methodname">getSkippedWallTimeOption</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="methodname"><a href="intlcalendar.gettime.php" class="methodname">getTime</a></span>(): <span class="type"><span class="type"><a href="language.types.float.php" class="type float">float</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="intlcalendar.gettimezone.php" class="methodname">getTimeZone</a></span>(): <span class="type"><span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</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="intlcalendar.gettype.php" class="methodname">getType</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.getweekendtransition.php" class="methodname">getWeekendTransition</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$dayOfWeek</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="methodname"><a href="intlcalendar.indaylighttime.php" class="methodname">inDaylightTime</a></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="intlcalendar.isequivalentto.php" class="methodname">isEquivalentTo</a></span>(<span class="methodparam"><span class="type"><a href="class.intlcalendar.php" class="type IntlCalendar">IntlCalendar</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="intlcalendar.islenient.php" class="methodname">isLenient</a></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="intlcalendar.isset.php" class="methodname">isSet</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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="intlcalendar.isweekend.php" class="methodname">isWeekend</a></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.float.php" class="type float">float</a></span></span> <code class="parameter">$timestamp</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></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="intlcalendar.roll.php" class="methodname">roll</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><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.boolean.php" class="type bool">bool</a></span></span> <code class="parameter">$value</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="intlcalendar.set.php" class="methodname">set</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.set.php" class="methodname">set</a></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">$year</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">$month</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">$dayOfMonth</code><span class="initializer"> = NULL</span></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">$hour</code><span class="initializer"> = NULL</span></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">$minute</code><span class="initializer"> = NULL</span></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">$second</code><span class="initializer"> = NULL</span></span><br>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.setdate.php" class="methodname">setDate</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$year</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$month</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$dayOfMonth</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.setdatetime.php" class="methodname">setDateTime</a></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">$year</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">$month</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">$dayOfMonth</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">$hour</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">$minute</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<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">$second</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span><br>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.setfirstdayofweek.php" class="methodname">setFirstDayOfWeek</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$dayOfWeek</code></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.setlenient.php" class="methodname">setLenient</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$lenient</code></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.setminimaldaysinfirstweek.php" class="methodname">setMinimalDaysInFirstWeek</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$days</code></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.setrepeatedwalltimeoption.php" class="methodname">setRepeatedWallTimeOption</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$option</code></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.setskippedwalltimeoption.php" class="methodname">setSkippedWallTimeOption</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$option</code></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="intlcalendar.settime.php" class="methodname">setTime</a></span>(<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$timestamp</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="intlcalendar.settimezone.php" class="methodname">setTimeZone</a></span>(<span class="methodparam"><span class="type"><span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span>|<span class="type"><a href="class.datetimezone.php" class="type DateTimeZone">DateTimeZone</a></span>|<span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.null.php" class="type null">null</a></span></span> <code class="parameter">$timezone</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="intlcalendar.todatetime.php" class="methodname">toDateTime</a></span>(): <span class="type"><span class="type"><a href="class.datetime.php" class="type DateTime">DateTime</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

   }</div>


  </div>


  <div class="section" id="intlcalendar.constants">
   <h2 class="title">Constantes predefinidas</h2>
   <dl>

    
     <dt id="intlcalendar.constants.field-era">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-era">IntlCalendar::FIELD_ERA</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário que representa uma era numericamente, por exemplo
       <code class="literal">1</code> para DC e <code class="literal">0</code> para AC nos calendários
       gregorianos/julianos e <code class="literal">235</code> para a era Heisei
       (平成) no calendário japonês. Nem todos os calendários têm mais
       de uma era.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-year">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-year">IntlCalendar::FIELD_YEAR</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o ano. Isto não é único através das eras. Se o
       tipo do calendário tem mais que uma era, geralmente o valor mínimo para
       este campo será <code class="literal">1</code>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-month">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-month">IntlCalendar::FIELD_MONTH</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o mês. A sequência de meses é baseada em zero, portanto
       janeiro (aqui usado com o significado do primeiro mês do calendário; mas
       pode ser chamado outro nome, como Moarrão no calendário islâmico)
       é representado por <code class="literal">0</code>, fevereiro por
       <code class="literal">1</code>, …, dezembro por <code class="literal">11</code> e, para
       calendários que o têm, o 13º ou mês adicional por
       <code class="literal">12</code>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-week-of-year">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-year">IntlCalendar::FIELD_WEEK_OF_YEAR</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o número da semana no ano. Isto depende de
       que dia da semana é <a href="intlcalendar.getfirstdayofweek.php" class="link">definido para começar
       a semana</a> e o <a href="intlcalendar.getminimaldaysinfirstweek.php" class="link">número mínimo de dias
       em uma semana</a>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-week-of-month">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-month">IntlCalendar::FIELD_WEEK_OF_MONTH</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o número da semana no mês. Isto depende de
       que dia da semana é <a href="intlcalendar.getfirstdayofweek.php" class="link">definido para começar
       a semana</a> e o <a href="intlcalendar.getminimaldaysinfirstweek.php" class="link">número mínimo de dias
       em uma semana</a>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-date">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-date">IntlCalendar::FIELD_DATE</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o dia do mês. O mesmo que
       <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-day-of-month">IntlCalendar::FIELD_DAY_OF_MONTH</a></code></strong>, que tem um nome
       mais claro.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-day-of-year">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-day-of-year">IntlCalendar::FIELD_DAY_OF_YEAR</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o dia no ano. Para o calendário gregoriano,
       começa com <code class="literal">1</code> e termina com
       <code class="literal">365</code> ou <code class="literal">366</code>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-day-of-week">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-day-of-week">IntlCalendar::FIELD_DAY_OF_WEEK</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o dia da semana. Seus valores começam com
       <code class="literal">1</code> (domingo, consulte <a href="class.intlcalendar.php#intlcalendar.constants.dow-sunday" class="link"><strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-sunday">IntlCalendar::DOW_SUNDAY</a></code></strong></a>
       e constantes subsequentes) e o último valor válido é 7 (sábado).
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-day-of-week-in-month">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-day-of-week-in-month">IntlCalendar::FIELD_DAY_OF_WEEK_IN_MONTH</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Dado um dia da semana (domingo, segunda-feira, …), este campo de calendário
       atribui um ordinal ao dia da semana em um mês específico.
       Portanto, se o valor deste campo for <code class="literal">1</code> e o valor do dia da
       semana for <code class="literal">2</code> (segunda-feira), o dia do mês será a 1ª segunda-feira do
       mês; o valor máximo é <code class="literal">5</code>.
      </p>
      <p class="para">
       Adicionalmente, o valor <code class="literal">0</code> e números negativos também
       são permitidos. O valor <code class="literal">0</code> abrange os sete dias
       que ocorrem imediatamente antes dos primeiros sete dias de um mês (que
       por sua vez têm o ‘dia da semana no mês’ com valor
       <code class="literal">1</code>). Valores negativos começam a contagem do final do
       mês – <code class="literal">-1</code> aponta para a última ocorrência de um
       dia da semana em um mês, <code class="literal">-2</code> para a penúltima,
       e assim por diante.
      </p>
      <p class="para">
       Diferentemente de <a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-month" class="link"><strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-month">IntlCalendar::FIELD_WEEK_OF_MONTH</a></code></strong></a>
       e <a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-year" class="link"><strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-year">IntlCalendar::FIELD_WEEK_OF_YEAR</a></code></strong></a>,
       este valor não depende de
       <span class="function"><a href="intlcalendar.getfirstdayofweek.php" class="function">IntlCalendar::getFirstDayOfWeek()</a></span> ou de
       <span class="function"><a href="intlcalendar.getminimaldaysinfirstweek.php" class="function">IntlCalendar::getMinimalDaysInFirstWeek()</a></span>. A primeira
       segunda-feira é a primeira segunda-feira, mesmo se ela ocorrer em uma semana que pertença
       ao mês anterior.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-am-pm">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-am-pm">IntlCalendar::FIELD_AM_PM</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário que indica se um horário é antes de meio-dia (valor
       <code class="literal">0</code>, a.m.) ou depois (<code class="literal">1</code>). Meia-noite é
       a.m., meio-dia é p.m..
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-hour">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-hour">IntlCalendar::FIELD_HOUR</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para a hora, sem especificar se é antes ou
       depois do meio-dia. Valores válidos são <code class="literal">0</code> a
       <code class="literal">11</code>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-hour-of-day">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-hour-of-day">IntlCalendar::FIELD_HOUR_OF_DAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para as horas integrais do dia (24h). Valores válidos são
       <code class="literal">0</code> a <code class="literal">23</code>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-minute">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-minute">IntlCalendar::FIELD_MINUTE</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o componente de minutos do horário.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-second">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-second">IntlCalendar::FIELD_SECOND</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o componente de segundos do horário.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-millisecond">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-millisecond">IntlCalendar::FIELD_MILLISECOND</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o componente de milissegundos do horário.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-zone-offset">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-zone-offset">IntlCalendar::FIELD_ZONE_OFFSET</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário que indica o deslocamento puro do fuso horário, em
       milissegundos. O deslocamento puro é o deslocamento do fuso horário, excluindo qualquer
       deslocamento devido a horário de verão.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-dst-offset">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-dst-offset">IntlCalendar::FIELD_DST_OFFSET</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o deslocamento de horário de verão do fuso horário do
       calendário, em milissegundos, se ativo para o horário do calendário.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-year-woy">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-year-woy">IntlCalendar::FIELD_YEAR_WOY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário que represente o ano para propósito de
       <a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-year" class="link">semana do ano</a>
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-dow-local">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-dow-local">IntlCalendar::FIELD_DOW_LOCAL</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para o dia da semana da localidade. Este é um valor
       entre <code class="literal">1</code> e <code class="literal">7</code>,
       <code class="literal">1</code> é usado para o dia da semana que corresponde ao
       valor retornado por
       <span class="function"><a href="intlcalendar.getfirstdayofweek.php" class="function">IntlCalendar::getFirstDayOfWeek()</a></span>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-extended-year">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-extended-year">IntlCalendar::FIELD_EXTENDED_YEAR</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para uma representação numérica do ano que é contínua
       através das eras. Para o calendário gregoriano, o valor deste campo
       corresponde ao de <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-year">IntlCalendar::FIELD_YEAR</a></code></strong> para anos
       DC; um ano AC <code class="literal">y</code> é representando por
       <code class="literal">-y + 1</code>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-julian-day">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-julian-day">IntlCalendar::FIELD_JULIAN_DAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário para um número de dia juliano modificado. É diferente de um
       número de dia juliano convencional pois sua transição ocorre à meia-noite
       do fuso horário local ao invés da meia-noite UTC. Identifica unicamente uma data.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-milliseconds-in-day">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-milliseconds-in-day">IntlCalendar::FIELD_MILLISECONDS_IN_DAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário que abrange a informação em
       <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-hour-of-day">IntlCalendar::FIELD_HOUR_OF_DAY</a></code></strong>,
       <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-minute">IntlCalendar::FIELD_MINUTE</a></code></strong>,
       <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-second">IntlCalendar::FIELD_SECOND</a></code></strong> e
       <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-millisecond">IntlCalendar::FIELD_MILLISECOND</a></code></strong>. O intervalo é de
       <code class="literal">0</code> a <code class="literal">24 * 3600 * 1000 - 1</code>. Não é
       a quantidade de milissegundos decorridos no dia pois em transições
       de horário de verão haverá descontinuidades análogas àquelas do
       horário do relógio de parede.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-is-leap-month">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-is-leap-month">IntlCalendar::FIELD_IS_LEAP_MONTH</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Campo de calendário cujo valor é <code class="literal">1</code> para indicar um
       mês adicional e <code class="literal">0</code> caso contrário.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-field-count">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-field-count">IntlCalendar::FIELD_FIELD_COUNT</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       O número total de campos.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.field-day-of-month">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-day-of-month">IntlCalendar::FIELD_DAY_OF_MONTH</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Apelido para <a href="class.intlcalendar.php#intlcalendar.constants.field-date" class="link"><strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-date">IntlCalendar::FIELD_DATE</a></code></strong></a>.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-sunday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-sunday">IntlCalendar::DOW_SUNDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">Domingo.</p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-monday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-monday">IntlCalendar::DOW_MONDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">Segunda-feira.</p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-tuesday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-tuesday">IntlCalendar::DOW_TUESDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">Terça-feira.</p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-wednesday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-wednesday">IntlCalendar::DOW_WEDNESDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">Quarta-feira.</p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-thursday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-thursday">IntlCalendar::DOW_THURSDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">Quinta-feira.</p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-friday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-friday">IntlCalendar::DOW_FRIDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">Sexta-feira.</p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-saturday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-saturday">IntlCalendar::DOW_SATURDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">Sábado.</p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-type-weekday">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-type-weekday">IntlCalendar::DOW_TYPE_WEEKDAY</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Saída de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span>
       que indica se o dia é um dia da semana (e não do final de semana).
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-type-weekend">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-type-weekend">IntlCalendar::DOW_TYPE_WEEKEND</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Saída de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span>
       que indica se o dia pertence ao final de semana.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-type-weekend-offset">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-type-weekend-offset">IntlCalendar::DOW_TYPE_WEEKEND_OFFSET</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Saída de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span>
       que indica que o final de semana começa no dia da semana informado.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.dow-type-weekend-cease">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.dow-type-weekend-cease">IntlCalendar::DOW_TYPE_WEEKEND_CEASE</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Saída de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span>
       que indica que o final de semana termina no dia da semana informado.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.walltime-first">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.walltime-first">IntlCalendar::WALLTIME_FIRST</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Saída de <span class="function"><a href="intlcalendar.getskippedwalltimeoption.php" class="function">IntlCalendar::getSkippedWallTimeOption()</a></span>
       que indica que o horário de relógio na faixa pulada deve se referir ao
       mesmo instante que o relógio com uma hora a menos; e a saída de
       <span class="function"><a href="intlcalendar.getrepeatedwalltimeoption.php" class="function">IntlCalendar::getRepeatedWallTimeOption()</a></span>
       que indica que o horário do relógio na faixa repetida deve se referir ao
       instante da primeira ocorrência do horário em questão.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.walltime-last">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.walltime-last">IntlCalendar::WALLTIME_LAST</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Saída de <span class="function"><a href="intlcalendar.getskippedwalltimeoption.php" class="function">IntlCalendar::getSkippedWallTimeOption()</a></span>
       que indica que o horário de relógio na faixa pulada deve se referir ao
       mesmo instante que o relógio com uma hora a mais; e a saída de
       <span class="function"><a href="intlcalendar.getrepeatedwalltimeoption.php" class="function">IntlCalendar::getRepeatedWallTimeOption()</a></span>
       que indica que o horário do relógio na faixa repetida deve se referir ao
       instante da segunda ocorrência do horário em questão.
      </p>
     </dd>
    

    
     <dt id="intlcalendar.constants.walltime-next-valid">
      <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.walltime-next-valid">IntlCalendar::WALLTIME_NEXT_VALID</a></code></strong>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Saída de <span class="function"><a href="intlcalendar.getskippedwalltimeoption.php" class="function">IntlCalendar::getSkippedWallTimeOption()</a></span>
       que indica que o horário de relógio na faixa pulada deve se referir ao
       intante em que a transição de horário de verão ocorre (inicia).
      </p>
     </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="intlcalendar.add.php">IntlCalendar::add</a> — Adiciona uma quantidade de tempo (com sinal) a um campo</li><li><a href="intlcalendar.after.php">IntlCalendar::after</a> — Informa se o instante de tempo deste objeto &eacute; posterior ao instante do objeto passado</li><li><a href="intlcalendar.before.php">IntlCalendar::before</a> — Informa se o instante de tempo deste objeto &eacute; anterior ao instante do objeto passado</li><li><a href="intlcalendar.clear.php">IntlCalendar::clear</a> — Limpa um campo ou todos os campos</li><li><a href="intlcalendar.construct.php">IntlCalendar::__construct</a> — Construtor privado para n&atilde;o permitir instancia&ccedil;&atilde;o</li><li><a href="intlcalendar.createinstance.php">IntlCalendar::createInstance</a> — Cria um novo IntlCalendar</li><li><a href="intlcalendar.equals.php">IntlCalendar::equals</a> — Compara hor&aacute;rios de dois objetos IntlCalendar para igualidade</li><li><a href="intlcalendar.fielddifference.php">IntlCalendar::fieldDifference</a> — Calcula a diferen&ccedil;a entre o hor&aacute;rio fornecido e o hor&aacute;rio deste objeto</li><li><a href="intlcalendar.fromdatetime.php">IntlCalendar::fromDateTime</a> — Cria um IntlCalendar a partir de um objeto DateTime ou uma string</li><li><a href="intlcalendar.get.php">IntlCalendar::get</a> — Obt&eacute;m o valor de um campo</li><li><a href="intlcalendar.getactualmaximum.php">IntlCalendar::getActualMaximum</a> — O valor m&aacute;ximo para um campo, considerando o hor&aacute;rio atual do objeto</li><li><a href="intlcalendar.getactualminimum.php">IntlCalendar::getActualMinimum</a> — O valor m&iacute;nimo para um campo, considerando o hor&aacute;rio atual do objeto</li><li><a href="intlcalendar.getavailablelocales.php">IntlCalendar::getAvailableLocales</a> — Obt&eacute;m um array de localidades para as quais existem dados</li><li><a href="intlcalendar.getdayofweektype.php">IntlCalendar::getDayOfWeekType</a> — Informa se o dia &eacute; dia de semana, de final de semana ou de transi&ccedil;&atilde;o entre os dois</li><li><a href="intlcalendar.geterrorcode.php">IntlCalendar::getErrorCode</a> — Obt&eacute;m o &uacute;ltimo c&oacute;digo de erro no objeto</li><li><a href="intlcalendar.geterrormessage.php">IntlCalendar::getErrorMessage</a> — Obt&eacute;m a &uacute;ltima mensagem de erro no objeto</li><li><a href="intlcalendar.getfirstdayofweek.php">IntlCalendar::getFirstDayOfWeek</a> — Obt&eacute;m o primeiro dia da semana para a localidade do calend&aacute;rio</li><li><a href="intlcalendar.getgreatestminimum.php">IntlCalendar::getGreatestMinimum</a> — Obt&eacute;m o maior valor m&iacute;nimo local para um campo</li><li><a href="intlcalendar.getkeywordvaluesforlocale.php">IntlCalendar::getKeywordValuesForLocale</a> — Obt&eacute;m um conjunto de valores de palavras-chaves de localidade</li><li><a href="intlcalendar.getleastmaximum.php">IntlCalendar::getLeastMaximum</a> — Obt&eacute;m o menor m&aacute;ximo local para um campo</li><li><a href="intlcalendar.getlocale.php">IntlCalendar::getLocale</a> — Obt&eacute;m a localidade associada com o objeto</li><li><a href="intlcalendar.getmaximum.php">IntlCalendar::getMaximum</a> — Obt&eacute;m o valor m&aacute;ximo global para um campo</li><li><a href="intlcalendar.getminimaldaysinfirstweek.php">IntlCalendar::getMinimalDaysInFirstWeek</a> — Obt&eacute;m o n&uacute;mero m&iacute;nimo de dias que a primeira semana do ano ou do m&ecirc;s pode ter</li><li><a href="intlcalendar.getminimum.php">IntlCalendar::getMinimum</a> — Obt&eacute;m o m&iacute;nimo global para um campo</li><li><a href="intlcalendar.getnow.php">IntlCalendar::getNow</a> — Obt&eacute;m um n&uacute;mero representando o hor&aacute;rio atual</li><li><a href="intlcalendar.getrepeatedwalltimeoption.php">IntlCalendar::getRepeatedWallTimeOption</a> — Obt&eacute;m o comportamento ao lidar com o hor&aacute;rio de rel&oacute;gio repetido</li><li><a href="intlcalendar.getskippedwalltimeoption.php">IntlCalendar::getSkippedWallTimeOption</a> — Obt&eacute;m o comportamento para o hor&aacute;rio de rel&oacute;gio saltado</li><li><a href="intlcalendar.gettime.php">IntlCalendar::getTime</a> — Obt&eacute;m o hor&aacute;rio atualmente representado pelo objeto</li><li><a href="intlcalendar.gettimezone.php">IntlCalendar::getTimeZone</a> — Obt&eacute;m o fuso hor&aacute;rio do objeto</li><li><a href="intlcalendar.gettype.php">IntlCalendar::getType</a> — Obt&eacute;m o tipo de calend&aacute;rio</li><li><a href="intlcalendar.getweekendtransition.php">IntlCalendar::getWeekendTransition</a> — Obt&eacute;m o hor&aacute;rio do dia no qual o final de semana inicia ou termina</li><li><a href="intlcalendar.indaylighttime.php">IntlCalendar::inDaylightTime</a> — Informa se o hor&aacute;rio do objeto est&aacute; no hor&aacute;rio de ver&atilde;o</li><li><a href="intlcalendar.isequivalentto.php">IntlCalendar::isEquivalentTo</a> — Verifica se outro calend&aacute;rio &eacute; igual exceto pelo hor&aacute;rio</li><li><a href="intlcalendar.islenient.php">IntlCalendar::isLenient</a> — Verifica se a interpreta&ccedil;&atilde;o de data/hor&aacute;rio est&aacute; no modo leniente</li><li><a href="intlcalendar.isset.php">IntlCalendar::isSet</a> — Verifica se um campo est&aacute; definido</li><li><a href="intlcalendar.isweekend.php">IntlCalendar::isWeekend</a> — Verifica se uma data e um hor&aacute;rio est&atilde;o no final de semana</li><li><a href="intlcalendar.roll.php">IntlCalendar::roll</a> — Adiciona valor ao campo sem transferir para campos mais significativos</li><li><a href="intlcalendar.set.php">IntlCalendar::set</a> — Define um campo de hor&aacute;rio ou v&aacute;rios campos comuns de uma vez</li><li><a href="intlcalendar.setdate.php">IntlCalendar::setDate</a> — Define campos de data</li><li><a href="intlcalendar.setdatetime.php">IntlCalendar::setDateTime</a> — Define campos de data e hor&aacute;rio</li><li><a href="intlcalendar.setfirstdayofweek.php">IntlCalendar::setFirstDayOfWeek</a> — Define o dia da semana no qual a semana inicia</li><li><a href="intlcalendar.setlenient.php">IntlCalendar::setLenient</a> — Define se a interpreta&ccedil;&atilde;o de data/hor&aacute;rio deve ser leniente</li><li><a href="intlcalendar.setminimaldaysinfirstweek.php">IntlCalendar::setMinimalDaysInFirstWeek</a> — Define o n&uacute;mero m&iacute;nimo de dias que a primeira semana do ano ou do m&ecirc;s pode ter</li><li><a href="intlcalendar.setrepeatedwalltimeoption.php">IntlCalendar::setRepeatedWallTimeOption</a> — Define o comportamento ao lidar com hor&aacute;rio de rel&oacute;gio repetido ao sair do hor&aacute;rio de ver&atilde;o</li><li><a href="intlcalendar.setskippedwalltimeoption.php">IntlCalendar::setSkippedWallTimeOption</a> — Define o comportamento ao lidar com hor&aacute;rio de rel&oacute;gio saltado ao entrar no hor&aacute;rio de ver&atilde;o</li><li><a href="intlcalendar.settime.php">IntlCalendar::setTime</a> — Define o hor&aacute;rio do calend&aacute;rio em milissegundos desde a &eacute;poca de refer&ecirc;ncia</li><li><a href="intlcalendar.settimezone.php">IntlCalendar::setTimeZone</a> — Define o fuso hor&aacute;rio usado por este calend&aacute;rio</li><li><a href="intlcalendar.todatetime.php">IntlCalendar::toDateTime</a> — Converte um objeto IntlCalendar para um DateTime</li></ul>
</div>
<?php manual_footer($setup); ?>