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>RTCTimeEx</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">RTCTimeEx <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        hour;
23         u32        minute;
24         u32        second;
25         u32        millisecond;
26} RTCTimeEx;</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">hour</font></strong></em></TD>
34      <TD width="700">Numerical value, from 0 to 23, that indicates the hour.</TD>
35    </TR>
36    <TR>
37      <TD><em><strong><font face="Courier New">minute</font></strong></em></TD>
38      <TD>Numerical value, from 0 to 59, that indicates the minute.</TD>
39    </TR>
40    <TR>
41      <TD><em><strong><font face="Courier New">second</font></strong></em></TD>
42      <TD>Numerical value, from 0 to 59, that indicates the second.</TD>
43    </TR>
44    <TR>
45      <TD><em><strong><font face="Courier New">second</font></strong></em></TD>
46      <TD>Numerical value, from 0 to 999, that indicates the millisecond.</TD>
47    </TR>
48  </TBODY>
49</TABLE>
50
51<H2>Description</H2>
52<P>This structure extends <A href="RTCTime.html"><CODE>RTCTime</CODE></A> to show the time up to millisecond accuracy.<BR>It shows the hours, minutes, seconds, and milliseconds.</P>
53
54<h2>See Also</h2>
55<P>
56  <CODE>
57    <A href="RTCTime.html">RTCTime</A>,
58    <A href="RTC_GetDateTimeExFromSWClock.html">RTC_GetDateTimeExFromSWClock</A>
59  </CODE>
60</P>
61
62<H2>Revision History</H2>
63<P>
642008/04/17 Initial version.
65</P>
66<hr><p>CONFIDENTIAL</p></body>
67</html>
68