reference/intl/intlgregoriancalendar/createfromdatetime.xml
d715365c098db000eaf7dcd987ee6093f6e83091
...
...
@@ -8,13 +8,13 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis role="IntlGregorianCalendar">
11
-
<modifier>public</modifier> <type>static</type><methodname>IntlGregorianCalendar::createFromDateTime</methodname>
11
+
<modifier>public</modifier> <modifier>static</modifier> <type>static</type><methodname>IntlGregorianCalendar::createFromDateTime</methodname>
12
12
<methodparam><type>int</type><parameter>year</parameter></methodparam>
13
13
<methodparam><type>int</type><parameter>month</parameter></methodparam>
14
14
<methodparam><type>int</type><parameter>dayOfMonth</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>hour</parameter></methodparam>
16
16
<methodparam><type>int</type><parameter>minute</parameter></methodparam>
17
-
<methodparam choice="opt"><type>int</type><parameter>second</parameter><initializer>&null;</initializer></methodparam>
17
+
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>second</parameter><initializer>&null;</initializer></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
Creates a new <classname>IntlGregorianCalendar</classname> instance from date and time.
21
21