reference/intl/intlcalendar/isequivalentto.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intlcalendar.isequivalentto" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::isEquivalentTo</refname>
...
...
@@ -12,7 +11,7 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
14
+
<methodsynopsis role="IntlCalendar">
16
15
<modifier>public</modifier> <type>bool</type><methodname>IntlCalendar::isEquivalentTo</methodname>
17
16
<methodparam><type>IntlCalendar</type><parameter>other</parameter></methodparam>
18
17
</methodsynopsis>
...
...
@@ -21,20 +20,18 @@
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>bool</type><methodname>intlcal_is_equivalent_to</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
25
24
<methodparam><type>IntlCalendar</type><parameter>other</parameter></methodparam>
26
25
</methodsynopsis>
27
26
<para>
28
27
Returns whether this and the given object are equivalent for all purposes
29
28
except as to the time they have set. The locales do not have to match, as
30
-
long as no change in behavior results from such mismatch. This includes the <link
31
-
linkend="intlcalendar.gettimezone">timezone</link>, whether
29
+
long as no change in behavior results from such mismatch. This includes the <link linkend="intlcalendar.gettimezone">timezone</link>, whether
32
30
the <link linkend="intlcalendar.islenient">lenient mode</link> is set,
33
31
the <link linkend="intlcalendar.getrepeatedwalltimeoption">repeated</link>
34
32
and <link linkend="intlcalendar.getskippedwalltimeoption">skipped</link> wall time settings,
35
33
the <link linkend="intlcalendar.getdayofweektype">days of the week when the
36
-
weekend starts and ceases</link> and the <link
37
-
linkend="intlcalendar.getweekendtransition">times where such transitions
34
+
weekend starts and ceases</link> and the <link linkend="intlcalendar.getweekendtransition">times where such transitions
38
35
occur</link>. It may also include other calendar specific settings, such as
39
36
the Gregorian/Julian transition instant.
40
37
</para>
...
...
@@ -44,11 +41,9 @@
44
41
&reftitle.parameters;
45
42
<variablelist>
46
43
<varlistentry>
47
-
<term><parameter>cal</parameter></term>
44
+
<term><parameter>calendar</parameter></term>
48
45
<listitem>
49
-
<para>
50
-
The IntlCalendar resource.
51
-
</para>
46
+
&intl.parameter.intl-calendar;
52
47
</listitem>
53
48
</varlistentry>
54
49
<varlistentry>
...
...
@@ -65,7 +60,7 @@
65
60
<refsect1 role="returnvalues">
66
61
&reftitle.returnvalues;
67
62
<para>
68
-
Assuming there are no argument errors, returns &true; iif the calendars are
63
+
Assuming there are no argument errors, returns &true; if the calendars are
69
64
equivalent except possibly for their set time.
70
65
</para>
71
66
</refsect1>
...
...
@@ -114,7 +109,6 @@ int(1)
114
109
</refsect1>
115
110

116
111
</refentry>
117
-

118
112
<!-- Keep this comment at the end of the file
119
113
Local variables:
120
114
mode: sgml
121
115