reference/intl/intltimezone/hassamerules.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,17 +1,24 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intltimezone.hassamerules" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlTimeZone::hasSameRules</refname>
6
+
<refname>intltz_has_same_rules</refname>
7
7
<refpurpose>Check if this zone has the same rules and offset as another zone</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<para>&style.oop; (method):</para>
13
+
<methodsynopsis role="IntlTimeZone">
13
14
<modifier>public</modifier> <type>bool</type><methodname>IntlTimeZone::hasSameRules</methodname>
14
-
<methodparam><type>IntlTimeZone</type><parameter>otherTimeZone</parameter></methodparam>
15
+
<methodparam><type>IntlTimeZone</type><parameter>other</parameter></methodparam>
16
+
</methodsynopsis>
17
+
<para>&style.procedural;:</para>
18
+
<methodsynopsis>
19
+
<type>bool</type><methodname>intltz_has_same_rules</methodname>
20
+
<methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
21
+
<methodparam><type>IntlTimeZone</type><parameter>other</parameter></methodparam>
15
22
</methodsynopsis>
16
23
<para>
17
24

...
...
@@ -25,7 +32,7 @@
25
32
&reftitle.parameters;
26
33
<variablelist>
27
34
<varlistentry>
28
-
<term><parameter>otherTimeZone</parameter></term>
35
+
<term><parameter>other</parameter></term>
29
36
<listitem>
30
37
<para>
31
38
...
...
@@ -44,7 +51,6 @@
44
51

45
52

46
53
</refentry>
47
-

48
54
<!-- Keep this comment at the end of the file
49
55
Local variables:
50
56
mode: sgml
51
57