HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
dst_t Struct Reference

DST structure. More...

#include <time.h>

Data Fields

time_t start
 
time_t end
 Start of local DST in GMT. More...
 
time_t epoch
 End of local DST in GMT. More...
 

Detailed Description

DST structure.

Definition at line 101 of file time.h.

Field Documentation

◆ end

time_t dst_t::end

Start of local DST in GMT.

Definition at line 104 of file time.h.

Referenced by is_dst(), print_dst(), print_dst_gmt(), and set_dst().

◆ epoch

time_t dst_t::epoch

End of local DST in GMT.

Definition at line 105 of file time.h.

Referenced by set_dst().

◆ start

time_t dst_t::start

Definition at line 103 of file time.h.

Referenced by is_dst(), print_dst(), print_dst_gmt(), and set_dst().


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