1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 |
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
3 |
<title>PEAK Library: peak_time_date struct Reference</title> |
4 |
<link href="doxygen.css" rel="stylesheet" type="text/css"> |
5 |
</head><body> |
6 |
<!-- Generated by Doxygen 1.3.5 --> |
7 |
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="functions.html">Data Fields</a></div> |
8 |
<h1>peak_time_date Struct Reference<br> |
9 |
<small> |
10 |
[<a class="el" href="group__time.html">Time</a>]</small> |
11 |
</h1><code>#include <time.h></code> |
12 |
<p> |
13 |
<hr><a name="_details"></a><h2>Detailed Description</h2> |
14 |
Gregorian date structure. |
15 |
<p> |
16 |
Structure used to represent a date using the Gregorian calendar. |
17 |
<p> |
18 |
<table border=0 cellpadding=0 cellspacing=0> |
19 |
<tr><td></td></tr> |
20 |
<tr><td colspan=2><br><h2>Data Fields</h2></td></tr> |
21 |
<tr><td class="memItemLeft" nowrap align=right valign=top>int32_t </td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__time__date.html#o0">year</a></td></tr> |
22 |
|
23 |
<tr><td class="memItemLeft" nowrap align=right valign=top>int8_t </td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__time__date.html#o1">month</a></td></tr> |
24 |
|
25 |
<tr><td class="memItemLeft" nowrap align=right valign=top>int8_t </td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__time__date.html#o2">day</a></td></tr> |
26 |
|
27 |
<tr><td class="memItemLeft" nowrap align=right valign=top>int8_t </td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__time__date.html#o3">hour</a></td></tr> |
28 |
|
29 |
<tr><td class="memItemLeft" nowrap align=right valign=top>int8_t </td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__time__date.html#o4">minute</a></td></tr> |
30 |
|
31 |
<tr><td class="memItemLeft" nowrap align=right valign=top>double </td><td class="memItemRight" valign=bottom><a class="el" href="structpeak__time__date.html#o5">second</a></td></tr> |
32 |
|
33 |
</table> |
34 |
<hr><h2>Field Documentation</h2> |
35 |
<a class="anchor" name="o2" doxytag="peak_time_date::day" ></a><p> |
36 |
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
37 |
<tr> |
38 |
<td class="mdRow"> |
39 |
<table cellpadding="0" cellspacing="0" border="0"> |
40 |
<tr> |
41 |
<td class="md" nowrap valign="top"> int8_t <a class="el" href="structpeak__time__date.html#o2">peak_time_date::day</a> |
42 |
</table> |
43 |
</td> |
44 |
</tr> |
45 |
</table> |
46 |
<table cellspacing=5 cellpadding=0 border=0> |
47 |
<tr> |
48 |
<td> |
49 |
|
50 |
</td> |
51 |
<td> |
52 |
|
53 |
<p> |
54 |
day number 1-31 </td> |
55 |
</tr> |
56 |
</table> |
57 |
<a class="anchor" name="o3" doxytag="peak_time_date::hour" ></a><p> |
58 |
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
59 |
<tr> |
60 |
<td class="mdRow"> |
61 |
<table cellpadding="0" cellspacing="0" border="0"> |
62 |
<tr> |
63 |
<td class="md" nowrap valign="top"> int8_t <a class="el" href="structpeak__time__date.html#o3">peak_time_date::hour</a> |
64 |
</table> |
65 |
</td> |
66 |
</tr> |
67 |
</table> |
68 |
<table cellspacing=5 cellpadding=0 border=0> |
69 |
<tr> |
70 |
<td> |
71 |
|
72 |
</td> |
73 |
<td> |
74 |
|
75 |
<p> |
76 |
hour 0-23 </td> |
77 |
</tr> |
78 |
</table> |
79 |
<a class="anchor" name="o4" doxytag="peak_time_date::minute" ></a><p> |
80 |
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
81 |
<tr> |
82 |
<td class="mdRow"> |
83 |
<table cellpadding="0" cellspacing="0" border="0"> |
84 |
<tr> |
85 |
<td class="md" nowrap valign="top"> int8_t <a class="el" href="structpeak__time__date.html#o4">peak_time_date::minute</a> |
86 |
</table> |
87 |
</td> |
88 |
</tr> |
89 |
</table> |
90 |
<table cellspacing=5 cellpadding=0 border=0> |
91 |
<tr> |
92 |
<td> |
93 |
|
94 |
</td> |
95 |
<td> |
96 |
|
97 |
<p> |
98 |
minute 0-59 </td> |
99 |
</tr> |
100 |
</table> |
101 |
<a class="anchor" name="o1" doxytag="peak_time_date::month" ></a><p> |
102 |
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
103 |
<tr> |
104 |
<td class="mdRow"> |
105 |
<table cellpadding="0" cellspacing="0" border="0"> |
106 |
<tr> |
107 |
<td class="md" nowrap valign="top"> int8_t <a class="el" href="structpeak__time__date.html#o1">peak_time_date::month</a> |
108 |
</table> |
109 |
</td> |
110 |
</tr> |
111 |
</table> |
112 |
<table cellspacing=5 cellpadding=0 border=0> |
113 |
<tr> |
114 |
<td> |
115 |
|
116 |
</td> |
117 |
<td> |
118 |
|
119 |
<p> |
120 |
month number 1-12 </td> |
121 |
</tr> |
122 |
</table> |
123 |
<a class="anchor" name="o5" doxytag="peak_time_date::second" ></a><p> |
124 |
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
125 |
<tr> |
126 |
<td class="mdRow"> |
127 |
<table cellpadding="0" cellspacing="0" border="0"> |
128 |
<tr> |
129 |
<td class="md" nowrap valign="top"> double <a class="el" href="structpeak__time__date.html#o5">peak_time_date::second</a> |
130 |
</table> |
131 |
</td> |
132 |
</tr> |
133 |
</table> |
134 |
<table cellspacing=5 cellpadding=0 border=0> |
135 |
<tr> |
136 |
<td> |
137 |
|
138 |
</td> |
139 |
<td> |
140 |
|
141 |
<p> |
142 |
second </td> |
143 |
</tr> |
144 |
</table> |
145 |
<a class="anchor" name="o0" doxytag="peak_time_date::year" ></a><p> |
146 |
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
147 |
<tr> |
148 |
<td class="mdRow"> |
149 |
<table cellpadding="0" cellspacing="0" border="0"> |
150 |
<tr> |
151 |
<td class="md" nowrap valign="top"> int32_t <a class="el" href="structpeak__time__date.html#o0">peak_time_date::year</a> |
152 |
</table> |
153 |
</td> |
154 |
</tr> |
155 |
</table> |
156 |
<table cellspacing=5 cellpadding=0 border=0> |
157 |
<tr> |
158 |
<td> |
159 |
|
160 |
</td> |
161 |
<td> |
162 |
|
163 |
<p> |
164 |
full year </td> |
165 |
</tr> |
166 |
</table> |
167 |
<hr>The documentation for this struct was generated from the following file:<ul> |
168 |
<li>time.h</ul> |
169 |
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 17 21:41:53 2004 for the PEAK Library by |
170 |
<a href="http://www.doxygen.org/index.html"> |
171 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0" > |
172 |
</a></small> <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=98146&type=1" width="88" height="31" align="middle" border="0" alt="SourceForge.net Logo" /></a></address> |
173 |
</body> |
174 |
</html> |
175 |
|