reference/intl/intlcalendar/settime.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.settime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::setTime</refname>
...
...
@@ -12,17 +11,17 @@
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::setTime</methodname>
17
-
<methodparam><type>float</type><parameter>date</parameter></methodparam>
16
+
<methodparam><type>float</type><parameter>timestamp</parameter></methodparam>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>bool</type><methodname>intlcal_set_time</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
25
-
<methodparam><type>float</type><parameter>date</parameter></methodparam>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
24
+
<methodparam><type>float</type><parameter>timestamp</parameter></methodparam>
26
25
</methodsynopsis>
27
26
<para>
28
27
Sets the instant represented by this object. The instant is represented by
...
...
@@ -36,15 +35,13 @@
36
35
&reftitle.parameters;
37
36
<variablelist>
38
37
<varlistentry>
39
-
<term><parameter>cal</parameter></term>
38
+
<term><parameter>calendar</parameter></term>
40
39
<listitem>
41
-
<para>
42
-
The IntlCalendar resource.
43
-
</para>
40
+
&intl.parameter.intl-calendar;
44
41
</listitem>
45
42
</varlistentry>
46
43
<varlistentry>
47
-
<term><parameter>date</parameter></term>
44
+
<term><parameter>timestamp</parameter></term>
48
45
<listitem>
49
46
<para>
50
47
An instant represented by the number of number of milliseconds between
...
...
@@ -104,7 +101,6 @@ dimanche 27 octobre 2013 01:30:00 heure normale d’Europe de l’Ouest
104
101
</refsect1>
105
102

106
103
</refentry>
107
-

108
104
<!-- Keep this comment at the end of the file
109
105
Local variables:
110
106
mode: sgml
111
107