reference/intl/intlcalendar/getweekendtransition.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.getweekendtransition" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getWeekendTransition</refname>
...
...
@@ -12,17 +11,17 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier> <type>int</type><methodname>IntlCalendar::getWeekendTransition</methodname>
17
-
<methodparam><type>string</type><parameter>dayOfWeek</parameter></methodparam>
14
+
<methodsynopsis role="IntlCalendar">
15
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>IntlCalendar::getWeekendTransition</methodname>
16
+
<methodparam><type>int</type><parameter>dayOfWeek</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_weekend_transition</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
25
-
<methodparam><type>string</type><parameter>dayOfWeek</parameter></methodparam>
22
+
<type class="union"><type>int</type><type>false</type></type><methodname>intlcal_get_weekend_transition</methodname>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
24
+
<methodparam><type>int</type><parameter>dayOfWeek</parameter></methodparam>
26
25
</methodsynopsis>
27
26
<para>
28
27
Returns the number of milliseconds after midnight at which the weekend
...
...
@@ -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
</refsect1>
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