DD_DATE,LP_DD_DATE¶
Structure Definition¶
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 | |
Function Description¶
The difference from DD_TIME is that the values of month and year in DD_TIME are different.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| mday | unsigned char | Day of month, (1 - 31). |
| month | unsigned char | Month, (1 - 12). |
| year | unsigned short | Current solar year (AD year). |