libcdio  2.1.0
Data Fields
iso9660_dtime_s Struct Reference

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
 

Detailed Description

ISO-9660 shorter-format time structure. See ECMA 9.1.5.

See also
iso9660_dtime

Field Documentation

◆ dt_day

iso711_t iso9660_dtime_s::dt_day

Day of the month from 1 to 31

◆ dt_gmtoff

iso712_t iso9660_dtime_s::dt_gmtoff

GMT values -48 .. + 52 in 15 minute intervals

◆ dt_hour

iso711_t iso9660_dtime_s::dt_hour

Hour of the day from 0 to 23

◆ dt_minute

iso711_t iso9660_dtime_s::dt_minute

Minute of the hour from 0 to 59

◆ dt_month

iso711_t iso9660_dtime_s::dt_month

Has value in range 1..12. Note starts at 1, not 0 like a tm struct.

◆ dt_second

iso711_t iso9660_dtime_s::dt_second

Second of the minute from 0 to 59

◆ dt_year

iso711_t iso9660_dtime_s::dt_year

Number of years since 1900


The documentation for this struct was generated from the following file: