libiso8601
0.3.14
|
Short period elapsed time. More...
Data Fields | |
uint32_t | sec |
Number of seconds. | |
uint32_t | nsec |
Number of nanoseconds (0 to 999999999). | |
Short period elapsed time.
This structure contains the details of an elapsed time period, split into seconds and nanoseconds. None of its components can ever be negative. This is only capable of representing short (compared to struct iso8601_date's range) periods of up to approximately 136 years.