libcdio 2.1.1
|
ISO-9660 shorter-format time structure. See ECMA 9.1.5. More...
#include <iso9660.h>
Data Fields | |
iso711_t | dt_year |
iso711_t | dt_month |
iso711_t | dt_day |
iso711_t | dt_hour |
iso711_t | dt_minute |
iso711_t | dt_second |
iso712_t | dt_gmtoff |
ISO-9660 shorter-format time structure. See ECMA 9.1.5.
iso711_t iso9660_dtime_s::dt_day |
Day of the month from 1 to 31
iso712_t iso9660_dtime_s::dt_gmtoff |
GMT values -48 .. + 52 in 15 minute intervals
iso711_t iso9660_dtime_s::dt_hour |
Hour of the day from 0 to 23
iso711_t iso9660_dtime_s::dt_minute |
Minute of the hour from 0 to 59
iso711_t iso9660_dtime_s::dt_month |
Has value in range 1..12. Note starts at 1, not 0 like a tm struct.
iso711_t iso9660_dtime_s::dt_second |
Second of the minute from 0 to 59
iso711_t iso9660_dtime_s::dt_year |
Number of years since 1900