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><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/fnd/Overview.html">fnd</a>::<a href="../../../nn/fnd/DateTime/Overview.html">DateTime</a>::DateTime</CODE> Constructor</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition">#include <nn/fnd.h> 14 15DateTime( 16 <a href="../../../nn_types/s32.html">s32</a> year, 17 <a href="../../../nn_types/s32.html">s32</a> month, 18 <a href="../../../nn_types/s32.html">s32</a> day, 19 <a href="../../../nn_types/s32.html">s32</a> hour = 0, 20 <a href="../../../nn_types/s32.html">s32</a> minute = 0, 21 <a href="../../../nn_types/s32.html">s32</a> second = 0, 22 <a href="../../../nn_types/s32.html">s32</a> millisecond = 0 23); 24</pre> 25 </div> 26<h2>Parameters</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 /> 38<th>year</th> 39 <td> 40 </td> 41 </tr> 42 <tr> 43 <td /> 44<th>month</th> 45 <td> 46 </td> 47 </tr> 48 <tr> 49 <td /> 50<th>day</th> 51 <td> 52 </td> 53 </tr> 54 <tr> 55 <td /> 56<th>hour</th> 57 <td> 58 </td> 59 </tr> 60 <tr> 61 <td /> 62<th>minute</th> 63 <td> 64 </td> 65 </tr> 66 <tr> 67 <td /> 68<th>second</th> 69 <td> 70 </td> 71 </tr> 72 <tr> 73 <td /> 74<th>millisecond</th> 75 <td> 76 </td> 77 </tr> </table> 78 </div> 79<h2>Description</h2> 80 <div class="section"> 81<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> 82<h2>Revision History</h2> 83 <div class="section"> 84 <dl class="history"> 85 <dt>2010/02/18</dt> 86<dd>Initial version.<br /> 87 </dd> 88 </dl> 89 </div> 90 <hr><p>CONFIDENTIAL</p></body> 91</html>