libiso8601  0.3.14
Data Fields
iso8601_elapsed Struct Reference

Short period elapsed time. More...

Data Fields

uint32_t sec
 Number of seconds.
 
uint32_t nsec
 Number of nanoseconds (0 to 999999999).
 

Detailed Description

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.