|
time 1.0
Time validation library
|
Combines date and time into a single timestamp structure. More...
#include <time.h>

Data Fields | |
| FORMAT_Date | date |
| FORMAT_Time | time |
Combines date and time into a single timestamp structure.
This structure groups a formatted calendar date and a time-of-day value into a single container, providing a compact representation of an absolute point in time. It is intended for use in embedded applications where date and time are handled together, for example when reading from or writing to RTC devices.
| FORMAT_Date date |
Calendar date component
| FORMAT_Time time |
Time-of-day component