reference/intl/intlcalendar/getskippedwalltimeoption.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.getskippedwalltimeoption" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getSkippedWallTimeOption</refname>
...
...
@@ -12,16 +11,16 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
14
+
<methodsynopsis role="IntlCalendar">
16
15
<modifier>public</modifier> <type>int</type><methodname>IntlCalendar::getSkippedWallTimeOption</methodname>
17
-
<void />
16
+
<void/>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>int</type><methodname>intlcal_get_skipped_wall_time_option</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
25
24
</methodsynopsis>
26
25
<para>
27
26
Gets the current strategy for dealing with wall times that are skipped
...
...
@@ -29,8 +28,7 @@
29
28
The default value is <constant>IntlCalendar::WALLTIME_LAST</constant>.
30
29
</para>
31
30
<para>
32
-
The calendar must be <link
33
-
linkend="intlcalendar.setlenient">lenient</link> for this option to have
31
+
The calendar must be <link linkend="intlcalendar.setlenient">lenient</link> for this option to have
34
32
any effect, otherwise attempting to set a non-existing time will cause an
35
33
error.
36
34
</para>
...
...
@@ -43,11 +41,9 @@
43
41
&reftitle.parameters;
44
42
<variablelist>
45
43
<varlistentry>
46
-
<term><parameter>cal</parameter></term>
44
+
<term><parameter>calendar</parameter></term>
47
45
<listitem>
48
-
<para>
49
-
The IntlCalendar resource.
50
-
</para>
46
+
&intl.parameter.intl-calendar;
51
47
</listitem>
52
48
</varlistentry>
53
49
</variablelist>
...
...
@@ -132,7 +128,6 @@ string(40) "Sunday, March 31, 2013 at 1:00:00 AM GMT"
132
128
</refsect1>
133
129

134
130
</refentry>
135
-

136
131
<!-- Keep this comment at the end of the file
137
132
Local variables:
138
133
mode: sgml
139
134