#include <gammu-datetime.h>
Data Fields | |
| int | Timezone |
| unsigned int | Second |
| unsigned int | Minute |
| unsigned int | Hour |
| unsigned int | Day |
| unsigned int | Month |
| unsigned int | Year |
Definition at line 24 of file gammu-datetime.h.
The difference between local time and GMT in seconds
Definition at line 28 of file gammu-datetime.h.
| unsigned int GSM_DateTime::Second |
Seconds.
Definition at line 33 of file gammu-datetime.h.
| unsigned int GSM_DateTime::Minute |
Minutes.
Definition at line 37 of file gammu-datetime.h.
| unsigned int GSM_DateTime::Hour |
Hours.
Definition at line 41 of file gammu-datetime.h.
| unsigned int GSM_DateTime::Day |
Days.
Definition at line 46 of file gammu-datetime.h.
| unsigned int GSM_DateTime::Month |
January = 1, February = 2, etc.
Definition at line 50 of file gammu-datetime.h.
| unsigned int GSM_DateTime::Year |
Complete year number. Not 03, but 2003
Definition at line 54 of file gammu-datetime.h.
1.5.6