reference/intl/intlcalendar/getactualminimum.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.getactualminimum" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getActualMinimum</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::getActualMinimum</methodname>
14
+
<methodsynopsis role="IntlCalendar">
15
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>IntlCalendar::getActualMinimum</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_minimum</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_minimum</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 minimum 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.getgreatestminimum">greatest relative minimum</link>
32
-
for the field and would decrement it until reaching the <link
33
-
linkend="intlcalendar.getminimum">global minimum</link> or the field value
29
+
would be obtained if one would set the field value into the
30
+
<link linkend="intlcalendar.getgreatestminimum">greatest relative minimum</link>
31
+
for the field and would decrement it until reaching the
32
+
<link linkend="intlcalendar.getminimum">global minimum</link> or the field value
34
33
wraps around, in which the value returned would be the global minimum or
35
34
the value before the wrapping, respectively.
36
35
</para>
...
...
@@ -44,11 +43,9 @@
44
43
&reftitle.parameters;
45
44
<variablelist>
46
45
<varlistentry>
47
-
<term><parameter>cal</parameter></term>
46
+
<term><parameter>calendar</parameter></term>
48
47
<listitem>
49
-
<para>
50
-
The IntlCalendar resource.
51
-
</para>
48
+
&intl.parameter.intl-calendar;
52
49
</listitem>
53
50
</varlistentry>
54
51
<varlistentry>
...
...
@@ -81,7 +78,6 @@
81
78

82
79

83
80
</refentry>
84
-

85
81
<!-- Keep this comment at the end of the file
86
82
Local variables:
87
83
mode: sgml
88
84