DD_DATE_TIME_CONFIG
Structure Definition
Function Description
Time and date configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure |
| dateFormat | unsigned char | Date format, the value is DD_DATE_MODE |
| timeFormat | unsigned char | Time format, 12 represents 12-hour system, 24 represents 24-hour system |
| timeZone | unsigned char | Time zone, value is DD_TIME_ZOME_NAME |
| enableNTP | unsigned char | Whether to enable NTP synchronization service |
| ntpPort | unsigned short | NTP Port |
| daylightSwitch | unsigned char | Only n9000 |
| recv | unsigned char | Reserved. |
| ntpServerAddr | char[DD_MAX_URL_BUF_LEN] | NTP server address |