Data Fields | |
char | tomorrow_date [10] |
unsigned long | tomorrow_sec |
"YYYY:MM:DD" | |
char | today_date [10] |
seconds from epoch tomorrow at 00:00 | |
unsigned long | today_sec |
"YYYY:MM:DD" |
Definition at line 106 of file exif353.c.
char exif_time_t::tomorrow_date[10] |
unsigned long exif_time_t::tomorrow_sec |
char exif_time_t::today_date[10] |
seconds from epoch tomorrow at 00:00
Definition at line 109 of file exif353.c.
Referenced by encode_time(), and exif_lseek().
unsigned long exif_time_t::today_sec |
"YYYY:MM:DD"
Definition at line 110 of file exif353.c.
Referenced by encode_time(), and exif_lseek().