reference/intl/dateformatter/get-datetype.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -11,16 +11,16 @@
11
11
<para>
12
12
&style.oop;
13
13
</para>
14
-
<methodsynopsis>
15
-
<modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getDateType</methodname>
16
-
<void />
17
-
</methodsynopsis>
14
+
<methodsynopsis role="IntlDateFormatter">
15
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>IntlDateFormatter::getDateType</methodname>
16
+
<void/>
17
+
</methodsynopsis>
18
18
<para>
19
19
&style.procedural;
20
20
</para>
21
21
<methodsynopsis>
22
-
<type>int</type><methodname>datefmt_get_datetype</methodname>
23
-
<methodparam><type>IntlDateFormatter</type><parameter>fmt</parameter></methodparam>
22
+
<type class="union"><type>int</type><type>false</type></type><methodname>datefmt_get_datetype</methodname>
23
+
<methodparam><type>IntlDateFormatter</type><parameter>formatter</parameter></methodparam>
24
24
</methodsynopsis>
25
25
<para>
26
26
Returns date type used by the formatter.
...
...
@@ -32,7 +32,7 @@
32
32
<para>
33
33
<variablelist>
34
34
<varlistentry>
35
-
<term><parameter>fmt</parameter></term>
35
+
<term><parameter>formatter</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
The formatter resource.
...
...
@@ -47,7 +47,8 @@
47
47
<refsect1 role="returnvalues">
48
48
&reftitle.returnvalues;
49
49
<para>
50
-
The current <link linkend="intl.intldateformatter-constants">date type</link> value of the formatter.
50
+
The current <link linkend="intl.intldateformatter-constants">date type</link> value of the formatter,
51
+
&return.falseforfailure;.
51
52
</para>
52
53
</refsect1>
53
54
...
...
@@ -131,7 +132,6 @@ Second Formatted output is 12/31/69 4:00:00 PM PT
131
132
</para>
132
133
</refsect1>
133
134
</refentry>
134
-

135
135
<!-- Keep this comment at the end of the file
136
136
Local variables:
137
137
mode: sgml
138
138