1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>RTCDate</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">RTCDate <img src="../image/NTR.gif" align="middle"><img src="../image/TWL.gif" align="middle"></h1>
15
16<h2>Definition</h2>
17
18<dl>
19  <dd>
20<CODE>#include &lt;nitro/rtc.h&gt;</CODE><BR>
21  <PRE><CODE>typedef struct {
22         u32		year;
23         u32		month;
24         u32		day;
25         <A href="RTCWeek.html">RTCWeek</A>    week;
26} RTCDate;</CODE></PRE>
27  </dd>
28
29</dl><h2>Elements</h2>
30<TABLE border="1" width="100%">
31  <TBODY>
32    <TR>
33      <TD width="300"><em><strong><font face="Courier New">year</font></strong></em></TD>
34      <TD width="700">Numerical value 0 &ndash; 99 indicates the year.</TD>
35    </TR>
36    <TR>
37      <TD><em><strong><font face="Courier New">month</font></strong></em></TD>
38      <TD>Numerical value 1 &ndash; 12 indicates the month.</TD>
39    </TR>
40    <TR>
41      <TD><em><strong><font face="Courier New">day</font></strong></em></TD>
42      <TD>Numerical value 1 &ndash; 31 indicates the day.</TD>
43    </TR>
44    <TR>
45      <TD><em><strong><font face="Courier New">week</font></strong></em></TD>
46      <TD>Value of the <a href="RTCWeek.html">RTCWeek</a> enumeration that indicates the day of the week.</TD>
47    </TR>
48  </TBODY>
49</TABLE>
50
51<H2>Description</H2>
52<P>This structure indicates the real-time clock's date. It includes year, month, day, and day of the week.</P>
53
54<h2>See Also</h2>
55<P><CODE><A href="RTCWeek.html">RTCWeek</A></CODE></P>
56
57<H2>Revision History</H2>
58<P>2004/05/18 Initial version.</P>
59<hr><p>CONFIDENTIAL</p></body>
60</html>
61