reference/intl/intlcalendar/getactualmaximum.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.getactualmaximum" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getActualMaximum</refname>
...
...
@@ -12,25 +11,25 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier> <type>int</type><methodname>IntlCalendar::getActualMaximum</methodname>
14
+
<methodsynopsis role="IntlCalendar">
15
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>IntlCalendar::getActualMaximum</methodname>
17
16
<methodparam><type>int</type><parameter>field</parameter></methodparam>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
-
<type>int</type><methodname>intlcal_get_actual_maximum</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
22
+
<type class="union"><type>int</type><type>false</type></type><methodname>intlcal_get_actual_maximum</methodname>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
25
24
<methodparam><type>int</type><parameter>field</parameter></methodparam>
26
25
</methodsynopsis>
27
26
<para>
28
27
Returns a fieldʼs relative maximum value around the current time. The exact
29
28
semantics vary by field, but in the general case this is the value that
30
-
would be obtained if one would set the field value into the <link
31
-
linkend="intlcalendar.getleastmaximum">smallest relative maximum</link> for
32
-
the field and would increment it until reaching the <link
33
-
linkend="intlcalendar.getmaximum">global maximum</link> or the field value
29
+
would be obtained if one would set the field value into the
30
+
<link linkend="intlcalendar.getleastmaximum">smallest relative maximum</link> for
31
+
the field and would increment it until reaching the
32
+
<link linkend="intlcalendar.getmaximum">global maximum</link> or the field value
34
33
wraps around, in which the value returned would be the global maximum
35
34
or the value before the wrapping, respectively.
36
35
</para>
...
...
@@ -47,11 +46,9 @@
47
46
&reftitle.parameters;
48
47
<variablelist>
49
48
<varlistentry>
50
-
<term><parameter>cal</parameter></term>
49
+
<term><parameter>calendar</parameter></term>
51
50
<listitem>
52
-
<para>
53
-
The IntlCalendar resource.
54
-
</para>
51
+
&intl.parameter.intl-calendar;
55
52
</listitem>
56
53
</varlistentry>
57
54
<varlistentry>
...
...
@@ -112,7 +109,6 @@ int(29)
112
109
</refsect1>
113
110

114
111
</refentry>
115
-

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