Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release > by-pkgid > 3a4e91bde08970529a0aa07935652fe8 > files > 236

icu-doc-58.2-3.mga6.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>ICU 58.2: icu::RuleBasedTimeZone Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">ICU 58.2
   &#160;<span id="projectnumber">58.2</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespaceicu.html">icu</a></li><li class="navelem"><a class="el" href="classicu_1_1RuleBasedTimeZone.html">RuleBasedTimeZone</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">icu::RuleBasedTimeZone Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>a <a class="el" href="classicu_1_1BasicTimeZone.html" title="BasicTimeZone is an abstract class extending TimeZone. ">BasicTimeZone</a> subclass implemented in terms of <a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a> and <a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a> instances  
 <a href="classicu_1_1RuleBasedTimeZone.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="rbtz_8h_source.html">rbtz.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for icu::RuleBasedTimeZone:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classicu_1_1RuleBasedTimeZone.png" usemap="#icu::RuleBasedTimeZone_map" alt=""/>
  <map id="icu::RuleBasedTimeZone_map" name="icu::RuleBasedTimeZone_map">
<area href="classicu_1_1BasicTimeZone.html" title="BasicTimeZone is an abstract class extending TimeZone. " alt="icu::BasicTimeZone" shape="rect" coords="0,168,151,192"/>
<area href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. " alt="icu::TimeZone" shape="rect" coords="0,112,151,136"/>
<area href="classicu_1_1UObject.html" title="UObject is the common ICU &quot;boilerplate&quot; class. " alt="icu::UObject" shape="rect" coords="0,56,151,80"/>
<area href="classicu_1_1UMemory.html" title="UMemory is the common ICU base class. " alt="icu::UMemory" shape="rect" coords="0,0,151,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:abc3e9ccae0dcf0fc23e0e631dc24fa40"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#abc3e9ccae0dcf0fc23e0e631dc24fa40">RuleBasedTimeZone</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, <a class="el" href="classicu_1_1InitialTimeZoneRule.html">InitialTimeZoneRule</a> *initialRule)</td></tr>
<tr class="memdesc:abc3e9ccae0dcf0fc23e0e631dc24fa40"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a <code><a class="el" href="classicu_1_1RuleBasedTimeZone.html" title="a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances ...">RuleBasedTimeZone</a></code> object with the ID and the <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code>.  <a href="#abc3e9ccae0dcf0fc23e0e631dc24fa40">More...</a><br /></td></tr>
<tr class="separator:abc3e9ccae0dcf0fc23e0e631dc24fa40"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a92bb60eafe0d60afb35e03657ed41b98"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a92bb60eafe0d60afb35e03657ed41b98">RuleBasedTimeZone</a> (const <a class="el" href="classicu_1_1RuleBasedTimeZone.html">RuleBasedTimeZone</a> &amp;source)</td></tr>
<tr class="memdesc:a92bb60eafe0d60afb35e03657ed41b98"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor.  <a href="#a92bb60eafe0d60afb35e03657ed41b98">More...</a><br /></td></tr>
<tr class="separator:a92bb60eafe0d60afb35e03657ed41b98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a013e0686214d7e4f430903dea0d7885a"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a013e0686214d7e4f430903dea0d7885a">~RuleBasedTimeZone</a> ()</td></tr>
<tr class="memdesc:a013e0686214d7e4f430903dea0d7885a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#a013e0686214d7e4f430903dea0d7885a">More...</a><br /></td></tr>
<tr class="separator:a013e0686214d7e4f430903dea0d7885a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adebffe78ba33a351b04a0edc25e71787"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classicu_1_1RuleBasedTimeZone.html">RuleBasedTimeZone</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#adebffe78ba33a351b04a0edc25e71787">operator=</a> (const <a class="el" href="classicu_1_1RuleBasedTimeZone.html">RuleBasedTimeZone</a> &amp;right)</td></tr>
<tr class="memdesc:adebffe78ba33a351b04a0edc25e71787"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assignment operator.  <a href="#adebffe78ba33a351b04a0edc25e71787">More...</a><br /></td></tr>
<tr class="separator:adebffe78ba33a351b04a0edc25e71787"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abed3bea5c1076e25c09d595c3e9dc287"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#abed3bea5c1076e25c09d595c3e9dc287">operator==</a> (const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;that) const </td></tr>
<tr class="memdesc:abed3bea5c1076e25c09d595c3e9dc287"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return true if the given <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> objects are semantically equal.  <a href="#abed3bea5c1076e25c09d595c3e9dc287">More...</a><br /></td></tr>
<tr class="separator:abed3bea5c1076e25c09d595c3e9dc287"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a873a26eb44e1f2518bee3ea2fdeb569c"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a873a26eb44e1f2518bee3ea2fdeb569c">operator!=</a> (const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;that) const </td></tr>
<tr class="memdesc:a873a26eb44e1f2518bee3ea2fdeb569c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return true if the given <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> objects are semantically unequal.  <a href="#a873a26eb44e1f2518bee3ea2fdeb569c">More...</a><br /></td></tr>
<tr class="separator:a873a26eb44e1f2518bee3ea2fdeb569c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7dec0b4cbd92a10aefddf16338672ee5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a7dec0b4cbd92a10aefddf16338672ee5">addTransitionRule</a> (<a class="el" href="classicu_1_1TimeZoneRule.html">TimeZoneRule</a> *rule, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:a7dec0b4cbd92a10aefddf16338672ee5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Adds the <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> which represents time transitions.  <a href="#a7dec0b4cbd92a10aefddf16338672ee5">More...</a><br /></td></tr>
<tr class="separator:a7dec0b4cbd92a10aefddf16338672ee5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1c3d72b9863e126c43df63f0eb806823"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a1c3d72b9863e126c43df63f0eb806823">complete</a> (<a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:a1c3d72b9863e126c43df63f0eb806823"><td class="mdescLeft">&#160;</td><td class="mdescRight">Makes the <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> ready to handle actual timezone calcuation APIs.  <a href="#a1c3d72b9863e126c43df63f0eb806823">More...</a><br /></td></tr>
<tr class="separator:a1c3d72b9863e126c43df63f0eb806823"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a05fc2c7562b0b34eefbf214aff586afb"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a05fc2c7562b0b34eefbf214aff586afb">clone</a> (void) const </td></tr>
<tr class="memdesc:a05fc2c7562b0b34eefbf214aff586afb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clones <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> objects polymorphically.  <a href="#a05fc2c7562b0b34eefbf214aff586afb">More...</a><br /></td></tr>
<tr class="separator:a05fc2c7562b0b34eefbf214aff586afb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa002e6b74eff01b23541ce33acc85632"><td class="memItemLeft" align="right" valign="top">virtual int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#aa002e6b74eff01b23541ce33acc85632">getOffset</a> (uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:aa002e6b74eff01b23541ce33acc85632"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s adjusted GMT offset (i.e., the number of milliseconds to add to GMT to get local time in this time zone, taking daylight savings time into account) as of a particular reference date.  <a href="#aa002e6b74eff01b23541ce33acc85632">More...</a><br /></td></tr>
<tr class="separator:aa002e6b74eff01b23541ce33acc85632"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad35a513f04f94f5758464d3224c9acbf"><td class="memItemLeft" align="right" valign="top">virtual int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#ad35a513f04f94f5758464d3224c9acbf">getOffset</a> (uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:ad35a513f04f94f5758464d3224c9acbf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the time zone offset, for current date, modified in case of daylight savings.  <a href="#ad35a513f04f94f5758464d3224c9acbf">More...</a><br /></td></tr>
<tr class="separator:ad35a513f04f94f5758464d3224c9acbf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b8bbaf5e25bb6e06b3c8a64e4429444"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a4b8bbaf5e25bb6e06b3c8a64e4429444">getOffset</a> (<a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> date, <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> local, int32_t &amp;rawOffset, int32_t &amp;dstOffset, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;ec) const </td></tr>
<tr class="memdesc:a4b8bbaf5e25bb6e06b3c8a64e4429444"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the time zone raw and GMT offset for the given moment in time.  <a href="#a4b8bbaf5e25bb6e06b3c8a64e4429444">More...</a><br /></td></tr>
<tr class="separator:a4b8bbaf5e25bb6e06b3c8a64e4429444"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a87420dffa3fba40318062d6637e9e222"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a87420dffa3fba40318062d6637e9e222">setRawOffset</a> (int32_t offsetMillis)</td></tr>
<tr class="memdesc:a87420dffa3fba40318062d6637e9e222"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s raw GMT offset (i.e., the number of milliseconds to add to GMT to get local time, before taking daylight savings time into account).  <a href="#a87420dffa3fba40318062d6637e9e222">More...</a><br /></td></tr>
<tr class="separator:a87420dffa3fba40318062d6637e9e222"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a664d7a6c824f148d612a746aefc9e648"><td class="memItemLeft" align="right" valign="top">virtual int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a664d7a6c824f148d612a746aefc9e648">getRawOffset</a> (void) const </td></tr>
<tr class="memdesc:a664d7a6c824f148d612a746aefc9e648"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s raw GMT offset (i.e., the number of milliseconds to add to GMT to get local time, before taking daylight savings time into account).  <a href="#a664d7a6c824f148d612a746aefc9e648">More...</a><br /></td></tr>
<tr class="separator:a664d7a6c824f148d612a746aefc9e648"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ccda5b420e931c8d0e78d361522db57"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a7ccda5b420e931c8d0e78d361522db57">useDaylightTime</a> (void) const </td></tr>
<tr class="memdesc:a7ccda5b420e931c8d0e78d361522db57"><td class="mdescLeft">&#160;</td><td class="mdescRight">Queries if this time zone uses daylight savings time.  <a href="#a7ccda5b420e931c8d0e78d361522db57">More...</a><br /></td></tr>
<tr class="separator:a7ccda5b420e931c8d0e78d361522db57"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a425306ea89b3c78ed2630fa67610211c"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a425306ea89b3c78ed2630fa67610211c">inDaylightTime</a> (<a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> date, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:a425306ea89b3c78ed2630fa67610211c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Queries if the given date is in daylight savings time in this time zone.  <a href="#a425306ea89b3c78ed2630fa67610211c">More...</a><br /></td></tr>
<tr class="separator:a425306ea89b3c78ed2630fa67610211c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1d2a7de806599e0b64c1dde3a4683780"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a1d2a7de806599e0b64c1dde3a4683780">hasSameRules</a> (const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;other) const </td></tr>
<tr class="memdesc:a1d2a7de806599e0b64c1dde3a4683780"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if this zone has the same rule and offset as another zone.  <a href="#a1d2a7de806599e0b64c1dde3a4683780">More...</a><br /></td></tr>
<tr class="separator:a1d2a7de806599e0b64c1dde3a4683780"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a92f6ca77350e12660921eddaba379a73"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a92f6ca77350e12660921eddaba379a73">getNextTransition</a> (<a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> base, <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> inclusive, <a class="el" href="classicu_1_1TimeZoneTransition.html">TimeZoneTransition</a> &amp;result) const </td></tr>
<tr class="memdesc:a92f6ca77350e12660921eddaba379a73"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the first time zone transition after the base time.  <a href="#a92f6ca77350e12660921eddaba379a73">More...</a><br /></td></tr>
<tr class="separator:a92f6ca77350e12660921eddaba379a73"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a54c884c64a558a0803d37cb0d08eea48"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a54c884c64a558a0803d37cb0d08eea48">getPreviousTransition</a> (<a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> base, <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> inclusive, <a class="el" href="classicu_1_1TimeZoneTransition.html">TimeZoneTransition</a> &amp;result) const </td></tr>
<tr class="memdesc:a54c884c64a558a0803d37cb0d08eea48"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the most recent time zone transition before the base time.  <a href="#a54c884c64a558a0803d37cb0d08eea48">More...</a><br /></td></tr>
<tr class="separator:a54c884c64a558a0803d37cb0d08eea48"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae983f719241ddfe1348a2938eb10d4a2"><td class="memItemLeft" align="right" valign="top">virtual int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#ae983f719241ddfe1348a2938eb10d4a2">countTransitionRules</a> (<a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:ae983f719241ddfe1348a2938eb10d4a2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the number of <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code>s which represents time transitions, for this time zone, that is, all <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code>s for this time zone except <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code>.  <a href="#ae983f719241ddfe1348a2938eb10d4a2">More...</a><br /></td></tr>
<tr class="separator:ae983f719241ddfe1348a2938eb10d4a2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afae4a72e217c77067249df6ca8ea1925"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#afae4a72e217c77067249df6ca8ea1925">getTimeZoneRules</a> (const <a class="el" href="classicu_1_1InitialTimeZoneRule.html">InitialTimeZoneRule</a> *&amp;initial, const <a class="el" href="classicu_1_1TimeZoneRule.html">TimeZoneRule</a> *trsrules[], int32_t &amp;trscount, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:afae4a72e217c77067249df6ca8ea1925"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code> and the set of <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> which represent time transitions for this time zone.  <a href="#afae4a72e217c77067249df6ca8ea1925">More...</a><br /></td></tr>
<tr class="separator:afae4a72e217c77067249df6ca8ea1925"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b24d09b921fa49b16ffcfd70a514537"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a4b24d09b921fa49b16ffcfd70a514537">getOffsetFromLocal</a> (<a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t &amp;rawOffset, int32_t &amp;dstOffset, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:a4b24d09b921fa49b16ffcfd70a514537"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get time zone offsets from local wall time.  <a href="#a4b24d09b921fa49b16ffcfd70a514537">More...</a><br /></td></tr>
<tr class="separator:a4b24d09b921fa49b16ffcfd70a514537"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8f1b69924e0cf634d66d0af69902cf0d"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="uobject_8h.html#a22af10545208a455a6e884008df48e9f">UClassID</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a8f1b69924e0cf634d66d0af69902cf0d">getDynamicClassID</a> (void) const </td></tr>
<tr class="memdesc:a8f1b69924e0cf634d66d0af69902cf0d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a unique class ID POLYMORPHICALLY.  <a href="#a8f1b69924e0cf634d66d0af69902cf0d">More...</a><br /></td></tr>
<tr class="separator:a8f1b69924e0cf634d66d0af69902cf0d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classicu_1_1BasicTimeZone"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classicu_1_1BasicTimeZone')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classicu_1_1BasicTimeZone.html">icu::BasicTimeZone</a></td></tr>
<tr class="memitem:aa2d509be0eba95db2df22efd4b27b6d1 inherit pub_methods_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1BasicTimeZone.html#aa2d509be0eba95db2df22efd4b27b6d1">~BasicTimeZone</a> ()</td></tr>
<tr class="memdesc:aa2d509be0eba95db2df22efd4b27b6d1 inherit pub_methods_classicu_1_1BasicTimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#aa2d509be0eba95db2df22efd4b27b6d1">More...</a><br /></td></tr>
<tr class="separator:aa2d509be0eba95db2df22efd4b27b6d1 inherit pub_methods_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeb608b8eedc6c40e8d19513ea0c85c18 inherit pub_methods_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1BasicTimeZone.html#aeb608b8eedc6c40e8d19513ea0c85c18">hasEquivalentTransitions</a> (const <a class="el" href="classicu_1_1BasicTimeZone.html">BasicTimeZone</a> &amp;tz, <a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> start, <a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> end, <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> ignoreDstAmount, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;ec) const </td></tr>
<tr class="memdesc:aeb608b8eedc6c40e8d19513ea0c85c18 inherit pub_methods_classicu_1_1BasicTimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks if the time zone has equivalent transitions in the time range.  <a href="#aeb608b8eedc6c40e8d19513ea0c85c18">More...</a><br /></td></tr>
<tr class="separator:aeb608b8eedc6c40e8d19513ea0c85c18 inherit pub_methods_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a97f2b4c72258352696e3df7d8aa2b94d inherit pub_methods_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1BasicTimeZone.html#a97f2b4c72258352696e3df7d8aa2b94d">getSimpleRulesNear</a> (<a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> date, <a class="el" href="classicu_1_1InitialTimeZoneRule.html">InitialTimeZoneRule</a> *&amp;initial, <a class="el" href="classicu_1_1AnnualTimeZoneRule.html">AnnualTimeZoneRule</a> *&amp;std, <a class="el" href="classicu_1_1AnnualTimeZoneRule.html">AnnualTimeZoneRule</a> *&amp;dst, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:a97f2b4c72258352696e3df7d8aa2b94d inherit pub_methods_classicu_1_1BasicTimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the set of time zone rules valid at the specified time.  <a href="#a97f2b4c72258352696e3df7d8aa2b94d">More...</a><br /></td></tr>
<tr class="separator:a97f2b4c72258352696e3df7d8aa2b94d inherit pub_methods_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classicu_1_1TimeZone"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classicu_1_1TimeZone')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classicu_1_1TimeZone.html">icu::TimeZone</a></td></tr>
<tr class="memitem:ae5a525aeedacb363322421aa6d4e6399 inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#ae5a525aeedacb363322421aa6d4e6399">~TimeZone</a> ()</td></tr>
<tr class="separator:ae5a525aeedacb363322421aa6d4e6399 inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeb82ab341bda5d2ad69df3b5684f70c1 inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top"><a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#aeb82ab341bda5d2ad69df3b5684f70c1">operator!=</a> (const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;that) const </td></tr>
<tr class="memdesc:aeb82ab341bda5d2ad69df3b5684f70c1 inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the two TimeZones are NOT equal; that is, if <a class="el" href="classicu_1_1TimeZone.html#a8c2b510e0d3d56ccc00de547b39efa80" title="Returns true if the two TimeZones are equal. ">operator==()</a> returns false.  <a href="#aeb82ab341bda5d2ad69df3b5684f70c1">More...</a><br /></td></tr>
<tr class="separator:aeb82ab341bda5d2ad69df3b5684f70c1 inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9f14022d9a7fb76fae459a1d10af4a7d inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a9f14022d9a7fb76fae459a1d10af4a7d">getID</a> (<a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;ID) const </td></tr>
<tr class="memdesc:a9f14022d9a7fb76fae459a1d10af4a7d inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Fills in "ID" with the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s ID.  <a href="#a9f14022d9a7fb76fae459a1d10af4a7d">More...</a><br /></td></tr>
<tr class="separator:a9f14022d9a7fb76fae459a1d10af4a7d inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1b6daa38728e1015f22d121b45f74dda inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a1b6daa38728e1015f22d121b45f74dda">setID</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;ID)</td></tr>
<tr class="memdesc:a1b6daa38728e1015f22d121b45f74dda inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s ID to the specified value.  <a href="#a1b6daa38728e1015f22d121b45f74dda">More...</a><br /></td></tr>
<tr class="separator:a1b6daa38728e1015f22d121b45f74dda inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab3e2c4c68641d422543d4dffa68bf57a inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#ab3e2c4c68641d422543d4dffa68bf57a">getDisplayName</a> (<a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;result) const </td></tr>
<tr class="memdesc:ab3e2c4c68641d422543d4dffa68bf57a inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a name of this time zone suitable for presentation to the user in the default locale.  <a href="#ab3e2c4c68641d422543d4dffa68bf57a">More...</a><br /></td></tr>
<tr class="separator:ab3e2c4c68641d422543d4dffa68bf57a inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae60bc25c08e20c0e0ed3c675e11ec9fe inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#ae60bc25c08e20c0e0ed3c675e11ec9fe">getDisplayName</a> (const <a class="el" href="classicu_1_1Locale.html">Locale</a> &amp;locale, <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;result) const </td></tr>
<tr class="memdesc:ae60bc25c08e20c0e0ed3c675e11ec9fe inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a name of this time zone suitable for presentation to the user in the specified locale.  <a href="#ae60bc25c08e20c0e0ed3c675e11ec9fe">More...</a><br /></td></tr>
<tr class="separator:ae60bc25c08e20c0e0ed3c675e11ec9fe inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab3a0b64d0a45bd2145c0aa699bc519bb inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#ab3a0b64d0a45bd2145c0aa699bc519bb">getDisplayName</a> (<a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> daylight, <a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03df">EDisplayType</a> style, <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;result) const </td></tr>
<tr class="memdesc:ab3a0b64d0a45bd2145c0aa699bc519bb inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a name of this time zone suitable for presentation to the user in the default locale.  <a href="#ab3a0b64d0a45bd2145c0aa699bc519bb">More...</a><br /></td></tr>
<tr class="separator:ab3a0b64d0a45bd2145c0aa699bc519bb inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7330eac5e0d8ab0ec566bc33d480e8b0 inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a7330eac5e0d8ab0ec566bc33d480e8b0">getDisplayName</a> (<a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> daylight, <a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03df">EDisplayType</a> style, const <a class="el" href="classicu_1_1Locale.html">Locale</a> &amp;locale, <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;result) const </td></tr>
<tr class="memdesc:a7330eac5e0d8ab0ec566bc33d480e8b0 inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a name of this time zone suitable for presentation to the user in the specified locale.  <a href="#a7330eac5e0d8ab0ec566bc33d480e8b0">More...</a><br /></td></tr>
<tr class="separator:a7330eac5e0d8ab0ec566bc33d480e8b0 inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ed17d2111fc563c6a5169a9d17acb98 inherit pub_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">virtual int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a8ed17d2111fc563c6a5169a9d17acb98">getDSTSavings</a> () const </td></tr>
<tr class="memdesc:a8ed17d2111fc563c6a5169a9d17acb98 inherit pub_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the amount of time to be added to local standard time to get local wall clock time.  <a href="#a8ed17d2111fc563c6a5169a9d17acb98">More...</a><br /></td></tr>
<tr class="separator:a8ed17d2111fc563c6a5169a9d17acb98 inherit pub_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classicu_1_1UObject"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classicu_1_1UObject')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classicu_1_1UObject.html">icu::UObject</a></td></tr>
<tr class="memitem:af10026497704f510d3d1f2eff50acb18 inherit pub_methods_classicu_1_1UObject"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1UObject.html#af10026497704f510d3d1f2eff50acb18">~UObject</a> ()</td></tr>
<tr class="memdesc:af10026497704f510d3d1f2eff50acb18 inherit pub_methods_classicu_1_1UObject"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#af10026497704f510d3d1f2eff50acb18">More...</a><br /></td></tr>
<tr class="separator:af10026497704f510d3d1f2eff50acb18 inherit pub_methods_classicu_1_1UObject"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a9ee88dfd2108d3ee47a4c5b21d26e558"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="uobject_8h.html#a22af10545208a455a6e884008df48e9f">UClassID</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1RuleBasedTimeZone.html#a9ee88dfd2108d3ee47a4c5b21d26e558">getStaticClassID</a> (void)</td></tr>
<tr class="memdesc:a9ee88dfd2108d3ee47a4c5b21d26e558"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the class ID for this class.  <a href="#a9ee88dfd2108d3ee47a4c5b21d26e558">More...</a><br /></td></tr>
<tr class="separator:a9ee88dfd2108d3ee47a4c5b21d26e558"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_static_methods_classicu_1_1TimeZone"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classicu_1_1TimeZone')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classicu_1_1TimeZone.html">icu::TimeZone</a></td></tr>
<tr class="memitem:adef7a2ddaf2f28f0912fe1a3142d5de7 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#adef7a2ddaf2f28f0912fe1a3142d5de7">getUnknown</a> ()</td></tr>
<tr class="memdesc:adef7a2ddaf2f28f0912fe1a3142d5de7 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the "unknown" time zone.  <a href="#adef7a2ddaf2f28f0912fe1a3142d5de7">More...</a><br /></td></tr>
<tr class="separator:adef7a2ddaf2f28f0912fe1a3142d5de7 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab40570c8194c931f9340465371151cda inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#ab40570c8194c931f9340465371151cda">getGMT</a> (void)</td></tr>
<tr class="memdesc:ab40570c8194c931f9340465371151cda inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">The GMT (=UTC) time zone has a raw offset of zero and does not use daylight savings time.  <a href="#ab40570c8194c931f9340465371151cda">More...</a><br /></td></tr>
<tr class="separator:ab40570c8194c931f9340465371151cda inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a35da0507b62754ffe5d8d59c19775cdb inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a35da0507b62754ffe5d8d59c19775cdb">createTimeZone</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;ID)</td></tr>
<tr class="memdesc:a35da0507b62754ffe5d8d59c19775cdb inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> for the given ID.  <a href="#a35da0507b62754ffe5d8d59c19775cdb">More...</a><br /></td></tr>
<tr class="separator:a35da0507b62754ffe5d8d59c19775cdb inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a667313ec7d27682aec7f87c6ffe43742 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1StringEnumeration.html">StringEnumeration</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a667313ec7d27682aec7f87c6ffe43742">createTimeZoneIDEnumeration</a> (<a class="el" href="ucal_8h.html#a246d867677ec1a02775072aa0b5b018a">USystemTimeZoneType</a> zoneType, const char *region, const int32_t *rawOffset, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;ec)</td></tr>
<tr class="memdesc:a667313ec7d27682aec7f87c6ffe43742 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an enumeration over system time zone IDs with the given filter conditions.  <a href="#a667313ec7d27682aec7f87c6ffe43742">More...</a><br /></td></tr>
<tr class="separator:a667313ec7d27682aec7f87c6ffe43742 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abf0d7245523395b3d68f62ffe358857d inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1StringEnumeration.html">StringEnumeration</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#abf0d7245523395b3d68f62ffe358857d">createEnumeration</a> ()</td></tr>
<tr class="memdesc:abf0d7245523395b3d68f62ffe358857d inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an enumeration over all recognized time zone IDs.  <a href="#abf0d7245523395b3d68f62ffe358857d">More...</a><br /></td></tr>
<tr class="separator:abf0d7245523395b3d68f62ffe358857d inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aafb457e44cbce8b88500039f4f62c2ad inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1StringEnumeration.html">StringEnumeration</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#aafb457e44cbce8b88500039f4f62c2ad">createEnumeration</a> (int32_t rawOffset)</td></tr>
<tr class="memdesc:aafb457e44cbce8b88500039f4f62c2ad inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an enumeration over time zone IDs with a given raw offset from GMT.  <a href="#aafb457e44cbce8b88500039f4f62c2ad">More...</a><br /></td></tr>
<tr class="separator:aafb457e44cbce8b88500039f4f62c2ad inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0551537c4a47e07ac4708126a517bdb5 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1StringEnumeration.html">StringEnumeration</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a0551537c4a47e07ac4708126a517bdb5">createEnumeration</a> (const char *country)</td></tr>
<tr class="memdesc:a0551537c4a47e07ac4708126a517bdb5 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an enumeration over time zone IDs associated with the given country.  <a href="#a0551537c4a47e07ac4708126a517bdb5">More...</a><br /></td></tr>
<tr class="separator:a0551537c4a47e07ac4708126a517bdb5 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a947eebfd2f8206121cdddeda0dfbedd5 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a947eebfd2f8206121cdddeda0dfbedd5">countEquivalentIDs</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id)</td></tr>
<tr class="memdesc:a947eebfd2f8206121cdddeda0dfbedd5 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the number of IDs in the equivalency group that includes the given ID.  <a href="#a947eebfd2f8206121cdddeda0dfbedd5">More...</a><br /></td></tr>
<tr class="separator:a947eebfd2f8206121cdddeda0dfbedd5 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:accdd724734f285010e327690376a67af inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#accdd724734f285010e327690376a67af">getEquivalentID</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, int32_t index)</td></tr>
<tr class="memdesc:accdd724734f285010e327690376a67af inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an ID in the equivalency group that includes the given ID.  <a href="#accdd724734f285010e327690376a67af">More...</a><br /></td></tr>
<tr class="separator:accdd724734f285010e327690376a67af inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5f820523041e38bff46f22567ef6cf86 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a5f820523041e38bff46f22567ef6cf86">detectHostTimeZone</a> ()</td></tr>
<tr class="memdesc:a5f820523041e38bff46f22567ef6cf86 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an instance of <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> detected from the current host system configuration.  <a href="#a5f820523041e38bff46f22567ef6cf86">More...</a><br /></td></tr>
<tr class="separator:a5f820523041e38bff46f22567ef6cf86 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acc42dd35187faaf9e755b9a3be47d16b inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#acc42dd35187faaf9e755b9a3be47d16b">createDefault</a> (void)</td></tr>
<tr class="memdesc:acc42dd35187faaf9e755b9a3be47d16b inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new copy of the default <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> for this host.  <a href="#acc42dd35187faaf9e755b9a3be47d16b">More...</a><br /></td></tr>
<tr class="separator:acc42dd35187faaf9e755b9a3be47d16b inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9a775b9521f3defdde18658bd6b8ec57 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a9a775b9521f3defdde18658bd6b8ec57">adoptDefault</a> (<a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> *zone)</td></tr>
<tr class="memdesc:a9a775b9521f3defdde18658bd6b8ec57 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the default time zone (i.e., what's returned by <a class="el" href="classicu_1_1TimeZone.html#acc42dd35187faaf9e755b9a3be47d16b" title="Creates a new copy of the default TimeZone for this host. ">createDefault()</a>) to be the specified time zone.  <a href="#a9a775b9521f3defdde18658bd6b8ec57">More...</a><br /></td></tr>
<tr class="separator:a9a775b9521f3defdde18658bd6b8ec57 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1f13c95664fa43a3bee9a5d00408a36b inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a1f13c95664fa43a3bee9a5d00408a36b">setDefault</a> (const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;zone)</td></tr>
<tr class="memdesc:a1f13c95664fa43a3bee9a5d00408a36b inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Same as <a class="el" href="classicu_1_1TimeZone.html#a9a775b9521f3defdde18658bd6b8ec57" title="Sets the default time zone (i.e., what&#39;s returned by createDefault()) to be the specified time zone...">adoptDefault()</a>, except that the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> object passed in is NOT adopted; the caller remains responsible for deleting it.  <a href="#a1f13c95664fa43a3bee9a5d00408a36b">More...</a><br /></td></tr>
<tr class="separator:a1f13c95664fa43a3bee9a5d00408a36b inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a46d7ac676293df7b26c7321177b470e2 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a46d7ac676293df7b26c7321177b470e2">getTZDataVersion</a> (<a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:a46d7ac676293df7b26c7321177b470e2 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the timezone data version currently used by ICU.  <a href="#a46d7ac676293df7b26c7321177b470e2">More...</a><br /></td></tr>
<tr class="separator:a46d7ac676293df7b26c7321177b470e2 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa7462041e2bc6113c7068081ea5fc5f6 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#aa7462041e2bc6113c7068081ea5fc5f6">getCanonicalID</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;canonicalID, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:aa7462041e2bc6113c7068081ea5fc5f6 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID.  <a href="#aa7462041e2bc6113c7068081ea5fc5f6">More...</a><br /></td></tr>
<tr class="separator:aa7462041e2bc6113c7068081ea5fc5f6 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad0360ecb656b6c86b2b44970b7ee5662 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#ad0360ecb656b6c86b2b44970b7ee5662">getCanonicalID</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;canonicalID, <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> &amp;isSystemID, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:ad0360ecb656b6c86b2b44970b7ee5662 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the canonical system time zone ID or the normalized custom time zone ID for the given time zone ID.  <a href="#ad0360ecb656b6c86b2b44970b7ee5662">More...</a><br /></td></tr>
<tr class="separator:ad0360ecb656b6c86b2b44970b7ee5662 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a216766958df6b1931bb7603ae78d114e inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a216766958df6b1931bb7603ae78d114e">getWindowsID</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;winid, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:a216766958df6b1931bb7603ae78d114e inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Converts a system time zone ID to an equivalent Windows time zone ID.  <a href="#a216766958df6b1931bb7603ae78d114e">More...</a><br /></td></tr>
<tr class="separator:a216766958df6b1931bb7603ae78d114e inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0872f72c5c3204de3c61502be568d72d inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a0872f72c5c3204de3c61502be568d72d">getIDForWindowsID</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;winid, const char *region, <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:a0872f72c5c3204de3c61502be568d72d inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Converts a Windows time zone ID to an equivalent system time zone ID for a region.  <a href="#a0872f72c5c3204de3c61502be568d72d">More...</a><br /></td></tr>
<tr class="separator:a0872f72c5c3204de3c61502be568d72d inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a13c672b604041624746d936671a3bbd2 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="uobject_8h.html#a22af10545208a455a6e884008df48e9f">UClassID</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a13c672b604041624746d936671a3bbd2">getStaticClassID</a> (void)</td></tr>
<tr class="memdesc:a13c672b604041624746d936671a3bbd2 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the class ID for this class.  <a href="#a13c672b604041624746d936671a3bbd2">More...</a><br /></td></tr>
<tr class="separator:a13c672b604041624746d936671a3bbd2 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a09239f955bfdcf91ef7612483783c74a inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a09239f955bfdcf91ef7612483783c74a">getRegion</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, char *region, int32_t capacity, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:a09239f955bfdcf91ef7612483783c74a inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the region code associated with the given system time zone ID.  <a href="#a09239f955bfdcf91ef7612483783c74a">More...</a><br /></td></tr>
<tr class="separator:a09239f955bfdcf91ef7612483783c74a inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae35ad7e36c104585654a7028253fc526 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac">UChar</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#ae35ad7e36c104585654a7028253fc526">getRegion</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:ae35ad7e36c104585654a7028253fc526 inherit pub_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the region code associated with the given zone, or NULL if the zone is not known.  <a href="#ae35ad7e36c104585654a7028253fc526">More...</a><br /></td></tr>
<tr class="separator:ae35ad7e36c104585654a7028253fc526 inherit pub_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_classicu_1_1BasicTimeZone"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classicu_1_1BasicTimeZone')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classicu_1_1BasicTimeZone.html">icu::BasicTimeZone</a></td></tr>
<tr class="memitem:af28e8f053800c6559c0d80a2c7a13f10 inherit pub_types_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom">{ <b>kStandard</b> = 0x01, 
<b>kDaylight</b> = 0x03, 
<b>kFormer</b> = 0x04, 
<b>kLatter</b> = 0x0C
 }<tr class="memdesc:af28e8f053800c6559c0d80a2c7a13f10"><td class="mdescLeft">&#160;</td><td class="mdescRight">The time type option bit flags used by getOffsetFromLocal.  <a href="classicu_1_1BasicTimeZone.html#af28e8f053800c6559c0d80a2c7a13f10">More...</a><br /></td></tr>
</td></tr>
<tr class="separator:af28e8f053800c6559c0d80a2c7a13f10 inherit pub_types_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_types_classicu_1_1TimeZone"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classicu_1_1TimeZone')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classicu_1_1TimeZone.html">icu::TimeZone</a></td></tr>
<tr class="memitem:a07cc5464421c1ae84f55ada930cf03df inherit pub_types_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03df">EDisplayType</a> { <br />
&#160;&#160;<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfacf8bdac105168cf42e9350f7f5b2c73b">SHORT</a> = 1, 
<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfa7cb5bca16851d6d844e8d6360cae706d">LONG</a>, 
<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfa50f1bd07adb2c6bad3e01ad18b616ad8">SHORT_GENERIC</a>, 
<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfac8036ecae72c354b247ef735b0096f2b">LONG_GENERIC</a>, 
<br />
&#160;&#160;<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfa822f7f90bbb88684c1704f3f1bd3b023">SHORT_GMT</a>, 
<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfa420d51b41effa0a91b731fcf7cd79113">LONG_GMT</a>, 
<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfa2e85e4887a95c53621a9bce58b163da7">SHORT_COMMONLY_USED</a>, 
<a class="el" href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03dfabe884fb56c078112aee71c80496eb11d">GENERIC_LOCATION</a>
<br />
 }<tr class="memdesc:a07cc5464421c1ae84f55ada930cf03df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enum for use with getDisplayName.  <a href="classicu_1_1TimeZone.html#a07cc5464421c1ae84f55ada930cf03df">More...</a><br /></td></tr>
</td></tr>
<tr class="separator:a07cc5464421c1ae84f55ada930cf03df inherit pub_types_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_types_classicu_1_1BasicTimeZone"><td colspan="2" onclick="javascript:toggleInherit('pro_types_classicu_1_1BasicTimeZone')"><img src="closed.png" alt="-"/>&#160;Protected Types inherited from <a class="el" href="classicu_1_1BasicTimeZone.html">icu::BasicTimeZone</a></td></tr>
<tr class="memitem:aef83132e441670ac44ef29695874e00f inherit pro_types_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom">{ <b>kStdDstMask</b> = kDaylight, 
<b>kFormerLatterMask</b> = kLatter
 }<tr class="memdesc:aef83132e441670ac44ef29695874e00f"><td class="mdescLeft">&#160;</td><td class="mdescRight">The time type option bit masks used by getOffsetFromLocal.  <a href="classicu_1_1BasicTimeZone.html#aef83132e441670ac44ef29695874e00f">More...</a><br /></td></tr>
</td></tr>
<tr class="separator:aef83132e441670ac44ef29695874e00f inherit pro_types_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_classicu_1_1BasicTimeZone"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classicu_1_1BasicTimeZone')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classicu_1_1BasicTimeZone.html">icu::BasicTimeZone</a></td></tr>
<tr class="memitem:ac897b1c6865b6d999bcf7b1493b50b74 inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1BasicTimeZone.html#ac897b1c6865b6d999bcf7b1493b50b74">BasicTimeZone</a> ()</td></tr>
<tr class="memdesc:ac897b1c6865b6d999bcf7b1493b50b74 inherit pro_methods_classicu_1_1BasicTimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor.  <a href="#ac897b1c6865b6d999bcf7b1493b50b74">More...</a><br /></td></tr>
<tr class="separator:ac897b1c6865b6d999bcf7b1493b50b74 inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3b0b8275ef332b0bc0a0261317e27a01 inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1BasicTimeZone.html#a3b0b8275ef332b0bc0a0261317e27a01">BasicTimeZone</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id)</td></tr>
<tr class="memdesc:a3b0b8275ef332b0bc0a0261317e27a01 inherit pro_methods_classicu_1_1BasicTimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a timezone with a given ID.  <a href="#a3b0b8275ef332b0bc0a0261317e27a01">More...</a><br /></td></tr>
<tr class="separator:a3b0b8275ef332b0bc0a0261317e27a01 inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a94c53bbac7fd476d8cd07a11801ff48a inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1BasicTimeZone.html#a94c53bbac7fd476d8cd07a11801ff48a">BasicTimeZone</a> (const <a class="el" href="classicu_1_1BasicTimeZone.html">BasicTimeZone</a> &amp;source)</td></tr>
<tr class="memdesc:a94c53bbac7fd476d8cd07a11801ff48a inherit pro_methods_classicu_1_1BasicTimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor.  <a href="#a94c53bbac7fd476d8cd07a11801ff48a">More...</a><br /></td></tr>
<tr class="separator:a94c53bbac7fd476d8cd07a11801ff48a inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aea0bcc8dc4ef9c48efd3d38585eb245f inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1BasicTimeZone.html#aea0bcc8dc4ef9c48efd3d38585eb245f">getTimeZoneRulesAfter</a> (<a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a> start, <a class="el" href="classicu_1_1InitialTimeZoneRule.html">InitialTimeZoneRule</a> *&amp;initial, UVector *&amp;transitionRules, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status) const </td></tr>
<tr class="memdesc:aea0bcc8dc4ef9c48efd3d38585eb245f inherit pro_methods_classicu_1_1BasicTimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the set of <a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a> instances applicable to the specified time and after.  <a href="#aea0bcc8dc4ef9c48efd3d38585eb245f">More...</a><br /></td></tr>
<tr class="separator:aea0bcc8dc4ef9c48efd3d38585eb245f inherit pro_methods_classicu_1_1BasicTimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_classicu_1_1TimeZone"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classicu_1_1TimeZone')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classicu_1_1TimeZone.html">icu::TimeZone</a></td></tr>
<tr class="memitem:aa2bd5490d049f9c12aed8d32edad585f inherit pro_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#aa2bd5490d049f9c12aed8d32edad585f">TimeZone</a> ()</td></tr>
<tr class="memdesc:aa2bd5490d049f9c12aed8d32edad585f inherit pro_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor.  <a href="#aa2bd5490d049f9c12aed8d32edad585f">More...</a><br /></td></tr>
<tr class="separator:aa2bd5490d049f9c12aed8d32edad585f inherit pro_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a61809c85d575f67e171648c840185d80 inherit pro_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a61809c85d575f67e171648c840185d80">TimeZone</a> (const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;id)</td></tr>
<tr class="memdesc:a61809c85d575f67e171648c840185d80 inherit pro_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> with a given ID.  <a href="#a61809c85d575f67e171648c840185d80">More...</a><br /></td></tr>
<tr class="separator:a61809c85d575f67e171648c840185d80 inherit pro_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4473aca6c7a6ea14a502f44febe1b8a2 inherit pro_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a4473aca6c7a6ea14a502f44febe1b8a2">TimeZone</a> (const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;source)</td></tr>
<tr class="memdesc:a4473aca6c7a6ea14a502f44febe1b8a2 inherit pro_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor.  <a href="#a4473aca6c7a6ea14a502f44febe1b8a2">More...</a><br /></td></tr>
<tr class="separator:a4473aca6c7a6ea14a502f44febe1b8a2 inherit pro_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7b3f170ef0dc76e81249898960b787ba inherit pro_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a7b3f170ef0dc76e81249898960b787ba">operator=</a> (const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;right)</td></tr>
<tr class="memdesc:a7b3f170ef0dc76e81249898960b787ba inherit pro_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default assignment operator.  <a href="#a7b3f170ef0dc76e81249898960b787ba">More...</a><br /></td></tr>
<tr class="separator:a7b3f170ef0dc76e81249898960b787ba inherit pro_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_static_methods_classicu_1_1TimeZone"><td colspan="2" onclick="javascript:toggleInherit('pro_static_methods_classicu_1_1TimeZone')"><img src="closed.png" alt="-"/>&#160;Static Protected Member Functions inherited from <a class="el" href="classicu_1_1TimeZone.html">icu::TimeZone</a></td></tr>
<tr class="memitem:a62008aab8da1a8bfa2ba898675f55e9c inherit pro_static_methods_classicu_1_1TimeZone"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classicu_1_1TimeZone.html#a62008aab8da1a8bfa2ba898675f55e9c">loadRule</a> (const <a class="el" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *top, const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;ruleid, <a class="el" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *oldbundle, <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;status)</td></tr>
<tr class="memdesc:a62008aab8da1a8bfa2ba898675f55e9c inherit pro_static_methods_classicu_1_1TimeZone"><td class="mdescLeft">&#160;</td><td class="mdescRight">Utility function.  <a href="#a62008aab8da1a8bfa2ba898675f55e9c">More...</a><br /></td></tr>
<tr class="separator:a62008aab8da1a8bfa2ba898675f55e9c inherit pro_static_methods_classicu_1_1TimeZone"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>a <a class="el" href="classicu_1_1BasicTimeZone.html" title="BasicTimeZone is an abstract class extending TimeZone. ">BasicTimeZone</a> subclass implemented in terms of <a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a> and <a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a> instances </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classicu_1_1BasicTimeZone.html" title="BasicTimeZone is an abstract class extending TimeZone. ">BasicTimeZone</a> </dd>
<dd>
<a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a> </dd>
<dd>
<a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a> </dd></dl>

<p>Definition at line <a class="el" href="rbtz_8h_source.html#l00036">36</a> of file <a class="el" href="rbtz_8h_source.html">rbtz.h</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="abc3e9ccae0dcf0fc23e0e631dc24fa40"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">icu::RuleBasedTimeZone::RuleBasedTimeZone </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classicu_1_1UnicodeString.html">UnicodeString</a> &amp;&#160;</td>
          <td class="paramname"><em>id</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classicu_1_1InitialTimeZoneRule.html">InitialTimeZoneRule</a> *&#160;</td>
          <td class="paramname"><em>initialRule</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constructs a <code><a class="el" href="classicu_1_1RuleBasedTimeZone.html" title="a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances ...">RuleBasedTimeZone</a></code> object with the ID and the <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code>. </p>
<p>The input <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code> is adopted by this <code><a class="el" href="classicu_1_1RuleBasedTimeZone.html" title="a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances ...">RuleBasedTimeZone</a></code>, thus the caller must not delete it. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">id</td><td>The time zone ID. </td></tr>
    <tr><td class="paramname">initialRule</td><td>The initial time zone rule. </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004105">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<a class="anchor" id="a92bb60eafe0d60afb35e03657ed41b98"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">icu::RuleBasedTimeZone::RuleBasedTimeZone </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classicu_1_1RuleBasedTimeZone.html">RuleBasedTimeZone</a> &amp;&#160;</td>
          <td class="paramname"><em>source</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Copy constructor. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">source</td><td>The <a class="el" href="classicu_1_1RuleBasedTimeZone.html" title="a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances ...">RuleBasedTimeZone</a> object to be copied. </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004106">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<a class="anchor" id="a013e0686214d7e4f430903dea0d7885a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual icu::RuleBasedTimeZone::~RuleBasedTimeZone </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Destructor. </p>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004107">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a7dec0b4cbd92a10aefddf16338672ee5"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void icu::RuleBasedTimeZone::addTransitionRule </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classicu_1_1TimeZoneRule.html">TimeZoneRule</a> *&#160;</td>
          <td class="paramname"><em>rule</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Adds the <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> which represents time transitions. </p>
<p>The <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> must have start times, that is, the result of isTransitionRule() must be true. Otherwise, U_ILLEGAL_ARGUMENT_ERROR is set to the error code. The input <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> is adopted by this <code><a class="el" href="classicu_1_1RuleBasedTimeZone.html" title="a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances ...">RuleBasedTimeZone</a></code> on successful completion of this method, thus, the caller must not delete it when no error is returned. After all rules are added, the caller must call <a class="el" href="classicu_1_1RuleBasedTimeZone.html#a1c3d72b9863e126c43df63f0eb806823" title="Makes the TimeZoneRule ready to handle actual timezone calcuation APIs. ">complete()</a> method to make this <code><a class="el" href="classicu_1_1RuleBasedTimeZone.html" title="a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances ...">RuleBasedTimeZone</a></code> ready to handle common time zone functions. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">rule</td><td>The <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code>. </td></tr>
    <tr><td class="paramname">status</td><td>Output param to filled in with a success or an error. </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004111">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<a class="anchor" id="a05fc2c7562b0b34eefbf214aff586afb"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a>* icu::RuleBasedTimeZone::clone </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Clones <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> objects polymorphically. </p>
<p>Clients are responsible for deleting the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> object cloned.</p>
<dl class="section return"><dt>Returns</dt><dd>A new copy of this <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> object. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004113">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#adb3568dd3c62e6dcb55a74037535bcbb">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a1c3d72b9863e126c43df63f0eb806823"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void icu::RuleBasedTimeZone::complete </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Makes the <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> ready to handle actual timezone calcuation APIs. </p>
<p>This method collects time zone rules specified by the caller via the constructor and <a class="el" href="classicu_1_1RuleBasedTimeZone.html#a7dec0b4cbd92a10aefddf16338672ee5" title="Adds the TimeZoneRule which represents time transitions. ">addTransitionRule()</a> and builds internal structure for making the object ready to support time zone APIs such as <a class="el" href="classicu_1_1RuleBasedTimeZone.html#aa002e6b74eff01b23541ce33acc85632" title="Returns the TimeZone&#39;s adjusted GMT offset (i.e., the number of milliseconds to add to GMT to get loc...">getOffset()</a>, <a class="el" href="classicu_1_1RuleBasedTimeZone.html#a92f6ca77350e12660921eddaba379a73" title="Gets the first time zone transition after the base time. ">getNextTransition()</a> and others. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">status</td><td>Output param to filled in with a success or an error. </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004112">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<a class="anchor" id="ae983f719241ddfe1348a2938eb10d4a2"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual int32_t icu::RuleBasedTimeZone::countTransitionRules </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the number of <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code>s which represents time transitions, for this time zone, that is, all <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code>s for this time zone except <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code>. </p>
<p>The return value range is 0 or any positive value. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">status</td><td>Receives error status code. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The number of <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code>s representing time transitions. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004123">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1BasicTimeZone.html#af96a42842f1963c58a9b953010a7f295">icu::BasicTimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a8f1b69924e0cf634d66d0af69902cf0d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="uobject_8h.html#a22af10545208a455a6e884008df48e9f">UClassID</a> icu::RuleBasedTimeZone::getDynamicClassID </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns a unique class ID POLYMORPHICALLY. </p>
<p>Pure virtual override. This method is to implement a simple version of RTTI, since not all C++ compilers support genuine RTTI. Polymorphic <a class="el" href="classicu_1_1RuleBasedTimeZone.html#abed3bea5c1076e25c09d595c3e9dc287" title="Return true if the given TimeZone objects are semantically equal. ">operator==()</a> and <a class="el" href="classicu_1_1RuleBasedTimeZone.html#a05fc2c7562b0b34eefbf214aff586afb" title="Clones TimeZone objects polymorphically. ">clone()</a> methods call this method.</p>
<dl class="section return"><dt>Returns</dt><dd>The class ID for this object. All objects of a given class have the same class ID. Objects of other classes have different class IDs. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004126">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#a01e831eb651448ff2fdf7d825de19663">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a92f6ca77350e12660921eddaba379a73"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> icu::RuleBasedTimeZone::getNextTransition </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a>&#160;</td>
          <td class="paramname"><em>base</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td>
          <td class="paramname"><em>inclusive</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classicu_1_1TimeZoneTransition.html">TimeZoneTransition</a> &amp;&#160;</td>
          <td class="paramname"><em>result</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Gets the first time zone transition after the base time. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">base</td><td>The base time. </td></tr>
    <tr><td class="paramname">inclusive</td><td>Whether the base time is inclusive or not. </td></tr>
    <tr><td class="paramname">result</td><td>Receives the first transition after the base time. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>TRUE if the transition is found. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004121">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1BasicTimeZone.html#ac398f0647dd9c3206d2eb6029fb5d7a9">icu::BasicTimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="aa002e6b74eff01b23541ce33acc85632"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual int32_t icu::RuleBasedTimeZone::getOffset </td>
          <td>(</td>
          <td class="paramtype">uint8_t&#160;</td>
          <td class="paramname"><em>era</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>year</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>month</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>day</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint8_t&#160;</td>
          <td class="paramname"><em>dayOfWeek</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>millis</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s adjusted GMT offset (i.e., the number of milliseconds to add to GMT to get local time in this time zone, taking daylight savings time into account) as of a particular reference date. </p>
<p>The reference date is used to determine whether daylight savings time is in effect and needs to be figured into the offset that is returned (in other words, what is the adjusted GMT offset in this time zone at this particular date and time?). For the time zones produced by <a class="el" href="classicu_1_1TimeZone.html#a35da0507b62754ffe5d8d59c19775cdb" title="Creates a TimeZone for the given ID. ">createTimeZone()</a>, the reference data is specified according to the Gregorian calendar, and the date and time fields are local standard time.</p>
<p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload, which returns both the raw and the DST offset for a given time. This method is retained only for backward compatibility.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">era</td><td>The reference date's era </td></tr>
    <tr><td class="paramname">year</td><td>The reference date's year </td></tr>
    <tr><td class="paramname">month</td><td>The reference date's month (0-based; 0 is January) </td></tr>
    <tr><td class="paramname">day</td><td>The reference date's day-in-month (1-based) </td></tr>
    <tr><td class="paramname">dayOfWeek</td><td>The reference date's day-of-week (1-based; 1 is Sunday) </td></tr>
    <tr><td class="paramname">millis</td><td>The reference date's milliseconds in day, local standard time </td></tr>
    <tr><td class="paramname">status</td><td>Output param to filled in with a success or an error. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The offset in milliseconds to add to GMT to get local time. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004114">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#a46ea292ce977f08f7a1b4868994b5914">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="ad35a513f04f94f5758464d3224c9acbf"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual int32_t icu::RuleBasedTimeZone::getOffset </td>
          <td>(</td>
          <td class="paramtype">uint8_t&#160;</td>
          <td class="paramname"><em>era</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>year</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>month</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>day</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint8_t&#160;</td>
          <td class="paramname"><em>dayOfWeek</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>millis</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>monthLength</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Gets the time zone offset, for current date, modified in case of daylight savings. </p>
<p>This is the offset to add <em>to</em> UTC to get local time.</p>
<p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload, which returns both the raw and the DST offset for a given time. This method is retained only for backward compatibility.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">era</td><td>The reference date's era </td></tr>
    <tr><td class="paramname">year</td><td>The reference date's year </td></tr>
    <tr><td class="paramname">month</td><td>The reference date's month (0-based; 0 is January) </td></tr>
    <tr><td class="paramname">day</td><td>The reference date's day-in-month (1-based) </td></tr>
    <tr><td class="paramname">dayOfWeek</td><td>The reference date's day-of-week (1-based; 1 is Sunday) </td></tr>
    <tr><td class="paramname">millis</td><td>The reference date's milliseconds in day, local standard time </td></tr>
    <tr><td class="paramname">monthLength</td><td>The length of the given month in days. </td></tr>
    <tr><td class="paramname">status</td><td>Output param to filled in with a success or an error. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The offset in milliseconds to add to GMT to get local time. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004115">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#ab374d74c511e2941c63f6f4d54c3eda7">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a4b8bbaf5e25bb6e06b3c8a64e4429444"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void icu::RuleBasedTimeZone::getOffset </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a>&#160;</td>
          <td class="paramname"><em>date</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td>
          <td class="paramname"><em>local</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t &amp;&#160;</td>
          <td class="paramname"><em>rawOffset</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t &amp;&#160;</td>
          <td class="paramname"><em>dstOffset</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>ec</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the time zone raw and GMT offset for the given moment in time. </p>
<p>Upon return, local-millis = GMT-millis + rawOffset + dstOffset. All computations are performed in the proleptic Gregorian calendar. The default implementation in the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a> class delegates to the 8-argument <a class="el" href="classicu_1_1RuleBasedTimeZone.html#aa002e6b74eff01b23541ce33acc85632" title="Returns the TimeZone&#39;s adjusted GMT offset (i.e., the number of milliseconds to add to GMT to get loc...">getOffset()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">date</td><td>moment in time for which to return offsets, in units of milliseconds from January 1, 1970 0:00 GMT, either GMT time or local wall time, depending on `local'. </td></tr>
    <tr><td class="paramname">local</td><td>if true, `date' is local wall time; otherwise it is in GMT time. </td></tr>
    <tr><td class="paramname">rawOffset</td><td>output parameter to receive the raw offset, that is, the offset not including DST adjustments </td></tr>
    <tr><td class="paramname">dstOffset</td><td>output parameter to receive the DST offset, that is, the offset to be added to `rawOffset' to obtain the total offset between local and GMT time. If DST is not in effect, this value is zero; otherwise it is a positive value, typically one hour. </td></tr>
    <tr><td class="paramname">ec</td><td>input-output error code </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004116">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Reimplemented from <a class="el" href="classicu_1_1TimeZone.html#a026e66c6f698915089c3a3ab29dfd80b">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a4b24d09b921fa49b16ffcfd70a514537"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void icu::RuleBasedTimeZone::getOffsetFromLocal </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a>&#160;</td>
          <td class="paramname"><em>date</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>nonExistingTimeOpt</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>duplicatedTimeOpt</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t &amp;&#160;</td>
          <td class="paramname"><em>rawOffset</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t &amp;&#160;</td>
          <td class="paramname"><em>dstOffset</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Get time zone offsets from local wall time. </p>
<dl class="internal"><dt><b><a class="el" href="internal.html#_internal000414">Internal:</a></b></dt><dd>Do not use. This API is for internal use only. </dd></dl>

<p>Reimplemented from <a class="el" href="classicu_1_1BasicTimeZone.html#a6330c04073b93ead7945b9a31d6700bc">icu::BasicTimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a54c884c64a558a0803d37cb0d08eea48"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> icu::RuleBasedTimeZone::getPreviousTransition </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a>&#160;</td>
          <td class="paramname"><em>base</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a>&#160;</td>
          <td class="paramname"><em>inclusive</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classicu_1_1TimeZoneTransition.html">TimeZoneTransition</a> &amp;&#160;</td>
          <td class="paramname"><em>result</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Gets the most recent time zone transition before the base time. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">base</td><td>The base time. </td></tr>
    <tr><td class="paramname">inclusive</td><td>Whether the base time is inclusive or not. </td></tr>
    <tr><td class="paramname">result</td><td>Receives the most recent transition before the base time. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>TRUE if the transition is found. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004122">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1BasicTimeZone.html#ae8b73123130deae483830b36f2da2c87">icu::BasicTimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a664d7a6c824f148d612a746aefc9e648"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual int32_t icu::RuleBasedTimeZone::getRawOffset </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s raw GMT offset (i.e., the number of milliseconds to add to GMT to get local time, before taking daylight savings time into account). </p>
<dl class="section return"><dt>Returns</dt><dd>The <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s raw GMT offset. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004118">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#a36d5dfcbaec14010c151344752b9eea8">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a9ee88dfd2108d3ee47a4c5b21d26e558"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="uobject_8h.html#a22af10545208a455a6e884008df48e9f">UClassID</a> icu::RuleBasedTimeZone::getStaticClassID </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Return the class ID for this class. </p>
<p>This is useful only for comparing to a return value from <a class="el" href="classicu_1_1RuleBasedTimeZone.html#a8f1b69924e0cf634d66d0af69902cf0d" title="Returns a unique class ID POLYMORPHICALLY. ">getDynamicClassID()</a>. For example: </p><pre>
.   Base* polymorphic_pointer = createPolymorphicObject();
.   if (polymorphic_pointer-&gt;<a class="el" href="classicu_1_1RuleBasedTimeZone.html#a8f1b69924e0cf634d66d0af69902cf0d" title="Returns a unique class ID POLYMORPHICALLY. ">getDynamicClassID()</a> ==
.       erived::getStaticClassID()) ...
</pre> <dl class="section return"><dt>Returns</dt><dd>The class ID for all objects of this class. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004125">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<a class="anchor" id="afae4a72e217c77067249df6ca8ea1925"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void icu::RuleBasedTimeZone::getTimeZoneRules </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classicu_1_1InitialTimeZoneRule.html">InitialTimeZoneRule</a> *&amp;&#160;</td>
          <td class="paramname"><em>initial</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classicu_1_1TimeZoneRule.html">TimeZoneRule</a> *&#160;</td>
          <td class="paramname"><em>trsrules</em>[], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int32_t &amp;&#160;</td>
          <td class="paramname"><em>trscount</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Gets the <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code> and the set of <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> which represent time transitions for this time zone. </p>
<p>On successful return, the argument initial points to non-NULL <code><a class="el" href="classicu_1_1InitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...">InitialTimeZoneRule</a></code> and the array trsrules is filled with 0 or multiple <code><a class="el" href="classicu_1_1TimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone. ">TimeZoneRule</a></code> instances up to the size specified by trscount. The results are referencing the rule instance held by this time zone instance. Therefore, after this time zone is destructed, they are no longer available. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">initial</td><td>Receives the initial timezone rule </td></tr>
    <tr><td class="paramname">trsrules</td><td>Receives the timezone transition rules </td></tr>
    <tr><td class="paramname">trscount</td><td>On input, specify the size of the array 'transitions' receiving the timezone transition rules. On output, actual number of rules filled in the array will be set. </td></tr>
    <tr><td class="paramname">status</td><td>Receives error status code. </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004124">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1BasicTimeZone.html#aa3b25fc7ca494eca418d1a629f896a5b">icu::BasicTimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a1d2a7de806599e0b64c1dde3a4683780"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> icu::RuleBasedTimeZone::hasSameRules </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;&#160;</td>
          <td class="paramname"><em>other</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns true if this zone has the same rule and offset as another zone. </p>
<p>That is, if this zone differs only in ID, if at all. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">other</td><td>the <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> object to be compared with </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if the given zone is the same as this one, with the possible exception of the ID </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004120">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Reimplemented from <a class="el" href="classicu_1_1TimeZone.html#af7e240212db4c8f714286a739506abb5">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a425306ea89b3c78ed2630fa67610211c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> icu::RuleBasedTimeZone::inDaylightTime </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039">UDate</a>&#160;</td>
          <td class="paramname"><em>date</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c">UErrorCode</a> &amp;&#160;</td>
          <td class="paramname"><em>status</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Queries if the given date is in daylight savings time in this time zone. </p>
<p>This method is wasteful since it creates a new <a class="el" href="classicu_1_1GregorianCalendar.html" title="Concrete class which provides the standard calendar used by most of the world. ">GregorianCalendar</a> and deletes it each time it is called. This is a deprecated method and provided only for Java compatibility.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">date</td><td>the given UDate. </td></tr>
    <tr><td class="paramname">status</td><td>Output param filled in with success/error code. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if the given date is in daylight savings time, false, otherwise. </dd></dl>
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000360">Deprecated:</a></b></dt><dd>ICU 2.4. Use <a class="el" href="classicu_1_1Calendar.html#acd88b3a7707e9b9256ec8dee3f6c7ced" title="Queries if the current date for this Calendar is in Daylight Savings Time. ">Calendar::inDaylightTime()</a> instead. </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#ad9698381477a6f59ead590bb8917c1a4">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a873a26eb44e1f2518bee3ea2fdeb569c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> icu::RuleBasedTimeZone::operator!= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;&#160;</td>
          <td class="paramname"><em>that</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Return true if the given <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> objects are semantically unequal. </p>
<p>Objects of different subclasses are considered unequal. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">that</td><td>The object to be compared with. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if the given <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> objects are semantically unequal. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004110">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<a class="anchor" id="adebffe78ba33a351b04a0edc25e71787"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classicu_1_1RuleBasedTimeZone.html">RuleBasedTimeZone</a>&amp; icu::RuleBasedTimeZone::operator= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classicu_1_1RuleBasedTimeZone.html">RuleBasedTimeZone</a> &amp;&#160;</td>
          <td class="paramname"><em>right</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Assignment operator. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">right</td><td>The object to be copied. </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004108">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

</div>
</div>
<a class="anchor" id="abed3bea5c1076e25c09d595c3e9dc287"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> icu::RuleBasedTimeZone::operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classicu_1_1TimeZone.html">TimeZone</a> &amp;&#160;</td>
          <td class="paramname"><em>that</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Return true if the given <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> objects are semantically equal. </p>
<p>Objects of different subclasses are considered unequal. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">that</td><td>The object to be compared with. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if the given <code><a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a></code> objects are semantically equal. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004109">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Reimplemented from <a class="el" href="classicu_1_1TimeZone.html#a8c2b510e0d3d56ccc00de547b39efa80">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a87420dffa3fba40318062d6637e9e222"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void icu::RuleBasedTimeZone::setRawOffset </td>
          <td>(</td>
          <td class="paramtype">int32_t&#160;</td>
          <td class="paramname"><em>offsetMillis</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Sets the <a class="el" href="classicu_1_1TimeZone.html" title="TimeZone represents a time zone offset, and also figures out daylight savings. ">TimeZone</a>'s raw GMT offset (i.e., the number of milliseconds to add to GMT to get local time, before taking daylight savings time into account). </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">offsetMillis</td><td>The new raw GMT offset for this time zone. </td></tr>
  </table>
  </dd>
</dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004117">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#a19c3aad4a860a75067855605aaeb8e1e">icu::TimeZone</a>.</p>

</div>
</div>
<a class="anchor" id="a7ccda5b420e931c8d0e78d361522db57"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5">UBool</a> icu::RuleBasedTimeZone::useDaylightTime </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Queries if this time zone uses daylight savings time. </p>
<dl class="section return"><dt>Returns</dt><dd>true if this time zone uses daylight savings time, false, otherwise. </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable004119">Stable:</a></b></dt><dd>ICU 3.8 </dd></dl>

<p>Implements <a class="el" href="classicu_1_1TimeZone.html#a838c7663925e7d1805475c2c5053d416">icu::TimeZone</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="rbtz_8h_source.html">rbtz.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>