tstruct Struct Reference

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).

Detailed Description

Easy time structure.

Definition at line 105 of file utils.h.


Field Documentation

Day (1-31).

Definition at line 108 of file utils.h.

Referenced by find_the_days(), merge_seasons(), and save_analog_data().

Hour (0-24).

Definition at line 109 of file utils.h.

Referenced by find_the_days(), and merge_seasons().

Minute (0-59).

Definition at line 110 of file utils.h.

Referenced by find_the_days(), and merge_seasons().

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().

Year (4-digits).

Definition at line 106 of file utils.h.

Referenced by find_the_days(), merge_seasons(), and save_analog_data().


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

Generated on 12 May 2016 for DSCLIM by  doxygen 1.6.1