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>IsValidParameters</title>
8  </head>
9  <body>
10<h1><CODE>nn::fnd::DateTime::IsValidParameters</CODE> Member Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nn/fnd.h&gt;
14
15static bool IsValidParameters(
16     s32 year,
17     s32 month,
18     s32 day,
19     s32 hour = 0,
20     s32 minute = 0,
21     s32 second = 0,
22     s32 millisecond = 0
23);
24</pre>
25    </div>
26<h2>Arguments</h2>
27    <div class="section">
28      <table class="arguments">
29        <thead>
30          <tr>
31            <td width="15" />
32<th>Name</th>
33<td>Description</td>
34          </tr>
35        </thead>
36        <tr>
37<td>in</td>
38<th>year</th>
39<td>Specifies the year.</td>
40        </tr>
41        <tr>
42<td>in</td>
43<th>month</th>
44<td>Specifies the month.</td>
45        </tr>
46        <tr>
47<td>in</td>
48<th>day</th>
49<td>Specifies the date.</td>
50        </tr>
51        <tr>
52<td>in</td>
53<th>hour</th>
54<td>Specifies the hour.</td>
55        </tr>
56        <tr>
57<td>in</td>
58<th>minute</th>
59<td>Specifies the minutes.</td>
60        </tr>
61        <tr>
62<td>in</td>
63<th>second</th>
64<td>Specifies the seconds.</td>
65        </tr>
66        <tr>
67<td>in</td>
68<th>millisecond</th>
69<td>Specifies the milliseconds.</td>
70        </tr> </table>
71    </div>
72<h2>Return Values</h2>
73<div class="section">Returns <CODE>true</CODE> if the date/time is valid; <CODE>false</CODE> otherwise. </div>
74<h2>Description</h2>
75    <div class="section">
76<p>Determines if the date and time are valid.</p><!-- write here --></div>
77<h2>Revision History</h2>
78    <div class="section">
79      <dl class="history">
80        <dt>2010/02/18</dt>
81<dd>Initial version.<br />
82        </dd>
83      </dl>
84    </div>
85  <hr><p>CONFIDENTIAL</p></body>
86</html>