<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'class.intlcalendar.php',
    1 => 'IntlCalendar',
    2 => 'La 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' => 'es',
    '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">La 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">Introducción</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="intlcalendar.synopsis">
   <h2 class="title">Sinopsis de la Clase</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">
       El campo de calendario que representa numéricamente una era, por ejemplo
       <code class="literal">1</code> para AD y <code class="literal">0</code> para BC en los
       calendarios gregoriano/juliano y <code class="literal">235</code> para la era Heisei
       (平成) en el calendario japonés. No todos los calendarios tienen más de una 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">
       El campo de calendario para el año. Esto no es único a través de las
       eras. Si el tipo de calendario tiene más de una era, generalmente el 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">
       El campo de calendario para el mes. La secuencia de los meses comienza en
       cero, por lo que enero (aquí utilizado para significar el primer mes del
       calendario; esto puede tener otro nombre, como Muharram en el calendario
       islámico) está representado por <code class="literal">0</code>, febrero por
       <code class="literal">1</code>, …, diciembre por <code class="literal">11</code> y, para los
       calendarios que lo tienen, el 13º o mes bis 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">
       El campo de calendario para el número de la semana del año. Esto
       depende del día de la semana que se <a href="intlcalendar.getfirstdayofweek.php" class="link">considere
       como el inicio de la semana</a> y del <a href="intlcalendar.getminimaldaysinfirstweek.php" class="link">número mínimo de días
       en una 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">
       El campo de calendario para el número de la semana del mes. Esto
       depende del día de la semana que se <a href="intlcalendar.getfirstdayofweek.php" class="link">considere
       como el inicio de la semana</a> y del <a href="intlcalendar.getminimaldaysinfirstweek.php" class="link">número mínimo de días
       en una 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">
       El campo de calendario para el día del mes. Idéntico a
       <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-day-of-month">IntlCalendar::FIELD_DAY_OF_MONTH</a></code></strong>, que tiene un nombre
       más 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">
       El campo de calendario para el día del año. Para el calendario
       gregoriano, comienza en <code class="literal">1</code> y termina en
       <code class="literal">365</code> o <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">
       El campo de calendario para el día de la semana. Sus valores
       comienzan en <code class="literal">1</code> (domingo, ver
       <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>
       y las constantes siguientes) y el último valor válido es <code class="literal">7</code> (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 un día de la semana (domingo, lunes, …), este campo de calendario
       asigna un ordinal a tal día de la semana en un mes específico.
       Por lo tanto, si el valor de este campo es <code class="literal">1</code> y el valor del día de la
       semana es <code class="literal">2</code> (lunes), entonces el día definido del mes es el primer lunes del
       mes; el valor máximo es <code class="literal">5</code>.
      </p>
      <p class="para">
       Además de esto, el valor <code class="literal">0</code> y los valores negativos también están
       permitidos. El valor <code class="literal">0</code> abarca los siete días
       que ocurren inmediatamente antes de los siete primeros días de un mes (que
       por lo tanto tienen un « día de la semana en el mes » con el valor
       <code class="literal">1</code>). Los valores negativos comienzan a contar desde el final del
       mes - <code class="literal">-1</code> apunta a la última ocurrencia de un día de la semana
       en un mes, <code class="literal">-2</code> a la penúltima, y así sucesivamente.
      </p>
      <p class="para">
       A diferencia 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>
       y <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 no depende de
       <span class="function"><a href="intlcalendar.getfirstdayofweek.php" class="function">IntlCalendar::getFirstDayOfWeek()</a></span> o de
       <span class="function"><a href="intlcalendar.getminimaldaysinfirstweek.php" class="function">IntlCalendar::getMinimalDaysInFirstWeek()</a></span>. El primer
       lunes es el primer lunes, incluso si se encuentra en una semana que pertenece al
       mes 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">
       El campo de calendario que indica si una hora es antes del mediodía (valor
       <code class="literal">0</code>, AM) o después (<code class="literal">1</code>, PM). La medianoche es
       AM, el mediodía es PM.
      </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">
       El campo de calendario para la hora, sin especificar si es por la mañana
       o por la tarde. Los valores válidos son de <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">
       El campo de calendario para la hora completa (24h) del día. Los valores
       válidos son de <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">
       El campo de calendario para la componente minutos de la hora.
      </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">
       El campo de calendario para la componente segundos de la hora.
      </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">
       El campo de calendario para la componente milisegundos de la hora.
      </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">
       El campo de calendario que indica el desplazamiento bruto del huso horario, en
       milisegundos. El desplazamiento bruto es el desplazamiento del huso horario,
       excluyendo cualquier desplazamiento debido al horario de verano.
      </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">
       El campo de calendario para el desplazamiento del horario de verano del huso
       horario del calendario, en milisegundos, si está activo para el huso horario
      </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">
       El campo de calendario que representa el año para los fines de la
       <a href="class.intlcalendar.php#intlcalendar.constants.field-week-of-year" class="link">semana del año</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">
       El campo de calendario para el día localizado de la semana. Esto es un valor
       entre <code class="literal">1</code> y <code class="literal">7</code>,
       <code class="literal">1</code> siendo utilizado para el día de la semana que corresponde
       al valor devuelto 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">
       El campo de calendario para una representación numérica del año que es continua
       a través de las eras. Para el calendario gregoriano, el valor de este campo
       corresponde al de <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-year">IntlCalendar::FIELD_YEAR</a></code></strong> para los años AD;
       un año BC <code class="literal">y</code> es representado 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">
       El campo de calendario para un número de días julianos modificado. Es
       diferente de un número convencional de días julianos en que sus
       transiciones ocurren a medianoche del huso horario local en lugar de a
       mediodía UTC. Identifica de manera única una fecha.
      </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">
       El campo de calendario que engloba la información en
       <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> y
       <strong><code><a href="class.intlcalendar.php#intlcalendar.constants.field-millisecond">IntlCalendar::FIELD_MILLISECOND</a></code></strong>. El rango es de
       <code class="literal">0</code> a <code class="literal">24 * 3600 * 1000 - 1</code>. Esto no es el número de milisegundos transcurridos en el día, ya que durante las transiciones DST
       tendrá discontinuidades análogas a las de la hora local.
      </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">
       El campo de calendario cuyo valor es <code class="literal">1</code> para indicar un mes
       bisiesto y <code class="literal">0</code> en caso contrario.
      </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">
       El 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">
       Un alias de <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">Lunes.</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">Martes.</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">Miércoles.</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">Jueves.</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">Viernes.</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">
       La salida de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span> indicando
       que un día de la semana pertenece a la 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">
       La salida de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span> indicando
       que un día de la semana pertenece al fin 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">
       La salida de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span> indicando
       que el fin de semana comienza durante el día de la semana dado.
      </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">
       La salida de <span class="function"><a href="intlcalendar.getdayofweektype.php" class="function">IntlCalendar::getDayOfWeekType()</a></span> indicando
       que el fin de semana termina durante el día de la semana dado.
      </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">
       La salida de <span class="function"><a href="intlcalendar.getskippedwalltimeoption.php" class="function">IntlCalendar::getSkippedWallTimeOption()</a></span>
       indicando que las horas murales en el rango saltado deberían referirse al mismo instante que las horas murales con una hora menos y
       de <span class="function"><a href="intlcalendar.getrepeatedwalltimeoption.php" class="function">IntlCalendar::getRepeatedWallTimeOption()</a></span>
       indicando que las horas murales en el rango repetido deberían referirse al instante de la primera ocurrencia de esta hora murale.
      </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">
       La salida de <span class="function"><a href="intlcalendar.getskippedwalltimeoption.php" class="function">IntlCalendar::getSkippedWallTimeOption()</a></span>
       indicando que las horas murales en el rango saltado deberían referirse al mismo instante que las horas murales con una hora más y
       de <span class="function"><a href="intlcalendar.getrepeatedwalltimeoption.php" class="function">IntlCalendar::getRepeatedWallTimeOption()</a></span>
       indicando que las horas murales en el rango repetido deberían referirse al instante de la segunda ocurrencia de esta hora murale.
      </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">
       La salida de <span class="function"><a href="intlcalendar.getrepeatedwalltimeoption.php" class="function">IntlCalendar::getRepeatedWallTimeOption()</a></span>
       indicando que las horas murales en el rango repetido deberían referirse al
       instante cuando la transición del horario de verano llega (comienza).
      </p>
     </dd>
    

   </dl>
  </div>


  <div class="section">
   <h2 class="title">Historial de cambios</h2>
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Versión</th>
       <th>Descripción</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.4.0</td>
       <td>
        Las constantes de clase ahora están tipadas.
       </td>
      </tr>

     </tbody>
    
   </table>

  </div>
 </div>

 


































































































































































































































































































<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="intlcalendar.add.php">IntlCalendar::add</a> — A&ntilde;ade una duraci&oacute;n (con signo) a un campo</li><li><a href="intlcalendar.after.php">IntlCalendar::after</a> — Verifica si el objeto tiempo actual est&aacute; en el futuro respecto al objeto tiempo pasado</li><li><a href="intlcalendar.before.php">IntlCalendar::before</a> — Verifica si el objeto tiempo est&aacute; en el pasado en relaci&oacute;n con el objeto proporcionado</li><li><a href="intlcalendar.clear.php">IntlCalendar::clear</a> — Vac&iacute;a un campo o todos los campos</li><li><a href="intlcalendar.construct.php">IntlCalendar::__construct</a> — Constructor privado para la desactivaci&oacute;n de la instanciaci&oacute;n</li><li><a href="intlcalendar.createinstance.php">IntlCalendar::createInstance</a> — Crea un nuevo objeto IntlCalendar</li><li><a href="intlcalendar.equals.php">IntlCalendar::equals</a> — Verifica si dos objetos IntlCalendar son iguales</li><li><a href="intlcalendar.fielddifference.php">IntlCalendar::fieldDifference</a> — Calcula la diferencia entre el tiempo dado y el tiempo del objeto</li><li><a href="intlcalendar.fromdatetime.php">IntlCalendar::fromDateTime</a> — Crea un IntlCalendar a partir de un objeto DateTime o string</li><li><a href="intlcalendar.get.php">IntlCalendar::get</a> — Recupera el valor de una propiedad</li><li><a href="intlcalendar.getactualmaximum.php">IntlCalendar::getActualMaximum</a> — El valor m&aacute;ximo para un campo, considerando el tiempo actual del objeto</li><li><a href="intlcalendar.getactualminimum.php">IntlCalendar::getActualMinimum</a> — El valor m&iacute;nimo para un campo, considerando el tiempo actual del objeto</li><li><a href="intlcalendar.getavailablelocales.php">IntlCalendar::getAvailableLocales</a> — Devuelve un array de locales para los cuales hay datos disponibles</li><li><a href="intlcalendar.getdayofweektype.php">IntlCalendar::getDayOfWeekType</a> — Indica si un d&iacute;a es un d&iacute;a de la semana, un fin de semana o un d&iacute;a de transici&oacute;n entre ambos</li><li><a href="intlcalendar.geterrorcode.php">IntlCalendar::getErrorCode</a> — Devuelve el &uacute;ltimo c&oacute;digo de error en el objeto</li><li><a href="intlcalendar.geterrormessage.php">IntlCalendar::getErrorMessage</a> — Devuelve el &uacute;ltimo mensaje de error en el objeto</li><li><a href="intlcalendar.getfirstdayofweek.php">IntlCalendar::getFirstDayOfWeek</a> — Devuelve el primer d&iacute;a de la semana para la configuraci&oacute;n local del calendario</li><li><a href="intlcalendar.getgreatestminimum.php">IntlCalendar::getGreatestMinimum</a> — Devuelve el valor m&iacute;nimo local m&aacute;s grande para un campo</li><li><a href="intlcalendar.getkeywordvaluesforlocale.php">IntlCalendar::getKeywordValuesForLocale</a> — Devuelve el conjunto de valores de palabras clave de configuraci&oacute;n regional</li><li><a href="intlcalendar.getleastmaximum.php">IntlCalendar::getLeastMaximum</a> — Obtiene el m&iacute;nimo m&aacute;ximo local para un campo</li><li><a href="intlcalendar.getlocale.php">IntlCalendar::getLocale</a> — Devuelve la configuraci&oacute;n local asociada al objeto</li><li><a href="intlcalendar.getmaximum.php">IntlCalendar::getMaximum</a> — Obtiene el valor m&aacute;ximo global para un campo</li><li><a href="intlcalendar.getminimaldaysinfirstweek.php">IntlCalendar::getMinimalDaysInFirstWeek</a> — Obtiene el n&uacute;mero m&iacute;nimo de d&iacute;as que la primera semana de un a&ntilde;o o mes puede tener</li><li><a href="intlcalendar.getminimum.php">IntlCalendar::getMinimum</a> — Obtiene el valor m&iacute;nimo global para un campo</li><li><a href="intlcalendar.getnow.php">IntlCalendar::getNow</a> — Obtiene el n&uacute;mero que representa la fecha actual</li><li><a href="intlcalendar.getrepeatedwalltimeoption.php">IntlCalendar::getRepeatedWallTimeOption</a> — Obtiene el comportamiento para la gesti&oacute;n de las horas murales repetidas</li><li><a href="intlcalendar.getskippedwalltimeoption.php">IntlCalendar::getSkippedWallTimeOption</a> — Obtiene el comportamiento para la gesti&oacute;n de las horas murales omitidas</li><li><a href="intlcalendar.gettime.php">IntlCalendar::getTime</a> — Obtiene el tiempo actualmente representado por el objeto</li><li><a href="intlcalendar.gettimezone.php">IntlCalendar::getTimeZone</a> — Recupera la zona horaria del objeto</li><li><a href="intlcalendar.gettype.php">IntlCalendar::getType</a> — Obtiene el tipo de calendario</li><li><a href="intlcalendar.getweekendtransition.php">IntlCalendar::getWeekendTransition</a> — Obtiene la hora del d&iacute;a en la que comienza o termina el fin de semana</li><li><a href="intlcalendar.indaylighttime.php">IntlCalendar::inDaylightTime</a> — Indica si el objeto est&aacute; en horario de verano</li><li><a href="intlcalendar.isequivalentto.php">IntlCalendar::isEquivalentTo</a> — Indica si otro calendario es equivalente, pero para otro momento</li><li><a href="intlcalendar.islenient.php">IntlCalendar::isLenient</a> — Indica si la interpretaci&oacute;n de la fecha/hora est&aacute; en modo tolerante</li><li><a href="intlcalendar.isset.php">IntlCalendar::isSet</a> — Indica si un campo est&aacute; definido</li><li><a href="intlcalendar.isweekend.php">IntlCalendar::isWeekend</a> — Indica si una fecha/hora es un fin de semana</li><li><a href="intlcalendar.roll.php">IntlCalendar::roll</a> — A&ntilde;ade un valor a un campo sin reportarlo a los campos m&aacute;s significativos</li><li><a href="intlcalendar.set.php">IntlCalendar::set</a> — Define un campo de tiempo o varios campos comunes a la vez</li><li><a href="intlcalendar.setdate.php">IntlCalendar::setDate</a> — Establece un campo de fecha</li><li><a href="intlcalendar.setdatetime.php">IntlCalendar::setDateTime</a> — Establece un campo de fecha y hora</li><li><a href="intlcalendar.setfirstdayofweek.php">IntlCalendar::setFirstDayOfWeek</a> — Define el d&iacute;a de inicio de la semana</li><li><a href="intlcalendar.setlenient.php">IntlCalendar::setLenient</a> — Define si la interpretaci&oacute;n de la fecha/hora es tolerante</li><li><a href="intlcalendar.setminimaldaysinfirstweek.php">IntlCalendar::setMinimalDaysInFirstWeek</a> — Define el n&uacute;mero m&iacute;nimo de d&iacute;as que la primera semana de un a&ntilde;o o mes puede tener</li><li><a href="intlcalendar.setrepeatedwalltimeoption.php">IntlCalendar::setRepeatedWallTimeOption</a> — Define el comportamiento para la gesti&oacute;n de las horas murales repetidas durante las transiciones de cambio de huso horario negativo</li><li><a href="intlcalendar.setskippedwalltimeoption.php">IntlCalendar::setSkippedWallTimeOption</a> — Define el comportamiento para la gesti&oacute;n de las horas murales saltadas durante las transiciones de desplazamiento horario positivo</li><li><a href="intlcalendar.settime.php">IntlCalendar::setTime</a> — Define el tiempo del calendario en milisegundos desde la &eacute;poca</li><li><a href="intlcalendar.settimezone.php">IntlCalendar::setTimeZone</a> — Define el huso horario utilizado por este calendario</li><li><a href="intlcalendar.todatetime.php">IntlCalendar::toDateTime</a> — Convierte un objeto IntlCalendar en un objeto DateTime</li></ul>
</div>
<?php manual_footer($setup); ?>