ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
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 105 of file time.h.

Field Documentation

time_t dst_t::end

Start of local DST in GMT.

Definition at line 107 of file time.h.

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

time_t dst_t::epoch

End of local DST in GMT.

Definition at line 108 of file time.h.

Referenced by set_dst().

time_t dst_t::start

Definition at line 106 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: