reference/intl/intlcalendar/indaylighttime.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.indaylighttime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::inDaylightTime</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>bool</type><methodname>IntlCalendar::inDaylightTime</methodname>
17
-
<void />
16
+
<void/>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>bool</type><methodname>intlcal_in_daylight_time</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
Whether, for the instant represented by this object and for this objectʼs
...
...
@@ -33,11 +32,9 @@
33
32
&reftitle.parameters;
34
33
<variablelist>
35
34
<varlistentry>
36
-
<term><parameter>cal</parameter></term>
35
+
<term><parameter>calendar</parameter></term>
37
36
<listitem>
38
-
<para>
39
-
The IntlCalendar resource.
40
-
</para>
37
+
&intl.parameter.intl-calendar;
41
38
</listitem>
42
39
</varlistentry>
43
40
</variablelist>
...
...
@@ -47,11 +44,8 @@
47
44
&reftitle.returnvalues;
48
45
<para>
49
46
Returns &true; if the date is in Daylight Savings Time, &false; otherwise.
50
-
The value &false; may also be returned on failure, for instance after
51
-
specifying invalid field values on non-lenient mode; use <link
52
-
linkend="ini.intl.use-exceptions">exceptions</link> or query
53
-
<function>intl_get_error_code</function> to disambiguate.
54
47
</para>
48
+
&intl.error.intl-calendar;
55
49
</refsect1>
56
50

57
51

...
...
@@ -88,7 +82,6 @@ var_dump($cal->inDaylightTime()); // true
88
82
</refsect1>
89
83

90
84
</refentry>
91
-

92
85
<!-- Keep this comment at the end of the file
93
86
Local variables:
94
87
mode: sgml
95
88