1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7<title>DateTime</title>
8  </head>
9  <body>
10<h1><CODE>nn::fnd::DateTime::DateTime</CODE> Constructor</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nn/fnd.h&gt;
14DateTime(
15     s32 year,
16     s32 month,
17     s32 day,
18     s32 hour = 0,
19     s32 minute = 0,
20     s32 second = 0,
21     s32 millisecond = 0
22);
23</pre>
24    </div>
25<h2>Arguments</h2>
26    <div class="section">
27      <table class="arguments">
28        <thead>
29          <tr>
30            <td width="15" />
31<th>Name</th>
32<td>Description</td>
33          </tr>
34        </thead>
35        <tr>
36          <td />
37<th>year</th>
38          <td>
39            </td>
40        </tr>
41        <tr>
42          <td />
43<th>month</th>
44          <td>
45            </td>
46        </tr>
47        <tr>
48          <td />
49<th>day</th>
50          <td>
51            </td>
52        </tr>
53        <tr>
54          <td />
55<th>hour</th>
56          <td>
57            </td>
58        </tr>
59        <tr>
60          <td />
61<th>minute</th>
62          <td>
63            </td>
64        </tr>
65        <tr>
66          <td />
67<th>second</th>
68          <td>
69            </td>
70        </tr>
71        <tr>
72          <td />
73<th>millisecond</th>
74          <td>
75            </td>
76        </tr> </table>
77    </div>
78<h2>Description</h2>
79    <div class="section">
80<p>Creates a <a href="../../../nn/fnd/DateTime/Overview.html"><CODE>DateTime</CODE></a> object set to the specified date and time.</p><!-- write here --></div>
81<h2>Revision History</h2>
82    <div class="section">
83      <dl class="history">
84        <dt>2010/02/18</dt>
85<dd>Initial version.<br />
86        </dd>
87      </dl>
88    </div>
89  <hr><p>CONFIDENTIAL</p></body>
90</html>
91