Easy time structure. More...
#include <utils.h>
Data Fields | |
int | year |
Year (4-digits). | |
int | month |
Month (1-12). | |
int | day |
Day (1-31). | |
int | hour |
Hour (0-24). | |
int | min |
Minute (0-59). | |
float | sec |
Second (0-59). |
Easy time structure.
Definition at line 105 of file utils.h.
int tstruct::day |
Day (1-31).
Definition at line 108 of file utils.h.
Referenced by find_the_days(), merge_seasons(), and save_analog_data().
int tstruct::hour |
Hour (0-24).
Definition at line 109 of file utils.h.
Referenced by find_the_days(), and merge_seasons().
int tstruct::min |
Minute (0-59).
Definition at line 110 of file utils.h.
Referenced by find_the_days(), and merge_seasons().
int tstruct::month |
Month (1-12).
Definition at line 107 of file utils.h.
Referenced by find_the_days(), merge_seasons(), remove_seasonal_cycle(), and save_analog_data().
float tstruct::sec |
Second (0-59).
Definition at line 111 of file utils.h.
Referenced by find_the_days(), and merge_seasons().
int tstruct::year |
Year (4-digits).
Definition at line 106 of file utils.h.
Referenced by find_the_days(), merge_seasons(), and save_analog_data().