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>tagDWCTime</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left"> 15<a name=""></a> DWCTime 16</h1> 17<h2>Definition</h2> 18 19<dl> 20 <dd> 21<PRE><code> 22#include <dwc.h> 23 24typedef struct tagDWCTime { 25 int sec; 26 int min; 27 int hour; 28 int msec; 29 int usec; 30} DWCTime;</code></PRE></dd> 31</dl> 32<H2>Description</H2> 33<p></p><TABLE border="1" width="100%"> 34 <TBODY> 35 36 <TR> 37<TD width="13%"><EM><STRONG>sec</STRONG></EM></TD> 38<TD width="87%">Seconds. [0,61]</TD> 39 </TR> 40 41 <TR> 42<TD width="13%"><EM><STRONG>min</STRONG></EM></TD> 43<TD width="87%">Minutes. [0,59]</TD> 44 </TR> 45 46 <TR> 47<TD width="13%"><EM><STRONG>hour</STRONG></EM></TD> 48<TD width="87%">Hours. [0,23]</TD> 49 </TR> 50 51 <TR> 52<TD width="13%"><EM><STRONG>msec</STRONG></EM></TD> 53<TD width="87%">Milliseconds. [0,999]</TD> 54 </TR> 55 56 <TR> 57<TD width="13%"><EM><STRONG>usec</STRONG></EM></TD> 58<TD width="87%">Microseconds. [0,999]</TD> 59 </TR> 60 61 </TBODY> 62</TABLE> 63 64<H2>Revision History</H2> 65<DL> 66 67</DL> 68<hr><p>CONFIDENTIAL</p></body> 69</html> 70