#include <cmml.h>
Data Fields | |
char * | tstr |
CMML_Time_Type | type |
union { | |
CMML_UTC * utc | |
double sec | |
} | t |
|
copy of original time string for reuse in printing |
|
the type of time for selecting the union content |
|
actual time in utc |
|
actual time in seconds |
|
holds either a utc or a sec time |