DD_TIME_EX
Structure Definition
Function Description
Structure for recording time
Member Description
| Member | Type | Remark |
| second | unsigned char | Seconds after minute (0–59). |
| minute | unsigned char | Minutes after hour (0–59). |
| hour | unsigned char | Hours since midnight (0–23). |
| wday | unsigned char | Day of week (0–6; Sunday = 0). |
| mday | unsigned char | Day of month (1–31). |
| month | unsigned char | Month (1–12; January = 1). |
| year | unsigned short | Year (current year ). |
| nTotalseconds | int | Total seconds. |
| nMicrosecond | int | Microseconds. |