Gammu internals
1.38.0
|
#include <gammu-datetime.h>
Data Fields | |
int | Timezone |
int | Second |
int | Minute |
int | Hour |
int | Day |
int | Month |
int | Year |
Structure used for saving date and time
Definition at line 28 of file gammu-datetime.h.
int GSM_DateTime::Day |
Days.
Definition at line 50 of file gammu-datetime.h.
Referenced by CheckDate(), dbg_vprintf(), DUMMY_SetAlarm(), Fill_GSM_DateTime(), Fill_Time_T(), GetTimeDifference(), GSM_AddTime(), GSM_DecodeSMSDateTime(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeSMSDateTime(), GSM_EncodeVCAL_RRULE(), GSM_EncodeVCALENDAR(), GSM_EncodeVTODO(), GSM_GetCalendarRecurranceRepeat(), GSM_IsCalendarNoteFromThePast(), GSM_LinkSMS(), GSM_SetCalendarRecurranceRepeat(), NOKIA_DecodeDateTime(), NOKIA_EncodeDateTime(), OSDate(), OSDateTime(), ReadVCALDateTime(), RecalcDateTime(), VC_StoreDate(), VC_StoreDateTime(), and VCALTimeDiff().
int GSM_DateTime::Hour |
Hours.
Definition at line 45 of file gammu-datetime.h.
Referenced by CheckTime(), dbg_vprintf(), Fill_GSM_DateTime(), Fill_Time_T(), GetTimeDifference(), GSM_AddTime(), GSM_DecodeSMSDateTime(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeEMSMultiPartSMS(), GSM_EncodeSMSDateTime(), GSM_EncodeVCALENDAR(), GSM_EncodeVTODO(), GSM_GetCalendarRecurranceRepeat(), GSM_LinkSMS(), GSM_MakeMultiPartSMS(), NOKIA_DecodeDateTime(), NOKIA_EncodeDateTime(), OSDate(), OSDateTime(), ReadVCALDateTime(), RecalcDateTime(), VC_StoreDateTime(), and VCALTimeDiff().
int GSM_DateTime::Minute |
Minutes.
Definition at line 41 of file gammu-datetime.h.
Referenced by CheckTime(), dbg_vprintf(), Fill_GSM_DateTime(), Fill_Time_T(), GetTimeDifference(), GSM_AddTime(), GSM_DecodeSMSDateTime(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeSMSDateTime(), GSM_EncodeVCALENDAR(), GSM_EncodeVTODO(), GSM_GetCalendarRecurranceRepeat(), GSM_LinkSMS(), GSM_MakeSMSIDFromTime(), NOKIA_DecodeDateTime(), NOKIA_EncodeDateTime(), OSDate(), OSDateTime(), ReadVCALDateTime(), RecalcDateTime(), VC_StoreDateTime(), and VCALTimeDiff().
int GSM_DateTime::Month |
January = 1, February = 2, etc.
Definition at line 54 of file gammu-datetime.h.
Referenced by CheckDate(), dbg_vprintf(), DUMMY_SetAlarm(), Fill_GSM_DateTime(), Fill_Time_T(), GetTimeDifference(), GSM_AddTime(), GSM_DecodeSMSDateTime(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeSMSDateTime(), GSM_EncodeVTODO(), GSM_GetCalendarRecurranceRepeat(), GSM_IsCalendarNoteFromThePast(), GSM_LinkSMS(), GSM_SetCalendarRecurranceRepeat(), NOKIA_DecodeDateTime(), NOKIA_EncodeDateTime(), OSDate(), OSDateTime(), ReadVCALDateTime(), RecalcDateTime(), VC_StoreDate(), VC_StoreDateTime(), and VCALTimeDiff().
int GSM_DateTime::Second |
Seconds.
Definition at line 37 of file gammu-datetime.h.
Referenced by CheckTime(), dbg_vprintf(), Fill_GSM_DateTime(), Fill_Time_T(), GetTimeDifference(), GSM_AddTime(), GSM_DecodeSMSDateTime(), GSM_EncodeSMSDateTime(), GSM_GetCalendarRecurranceRepeat(), GSM_LinkSMS(), GSM_MakeSMSIDFromTime(), GSM_ReadDevice(), NOKIA_DecodeDateTime(), NOKIA_EncodeDateTime(), OSDate(), OSDateTime(), ReadVCALDateTime(), RecalcDateTime(), VC_StoreDateTime(), and VCALTimeDiff().
int GSM_DateTime::Timezone |
The difference between local time and GMT in seconds
Definition at line 32 of file gammu-datetime.h.
Referenced by DUMMY_SetAlarm(), Fill_GSM_DateTime(), GSM_DecodeSMSDateTime(), NOKIA_DecodeDateTime(), OSDateTime(), ReadVCALDateTime(), RecalcDateTime(), and VC_StoreDateTime().
int GSM_DateTime::Year |
Complete year number. Not 03, but 2003
Definition at line 58 of file gammu-datetime.h.
Referenced by CheckDate(), dbg_vprintf(), DUMMY_SetAlarm(), Fill_GSM_DateTime(), Fill_Time_T(), GetTimeDifference(), GSM_AddTime(), GSM_DecodeSMSDateTime(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeSMSDateTime(), GSM_EncodeVTODO(), GSM_GetCalendarRecurranceRepeat(), GSM_IsCalendarNoteFromThePast(), GSM_LinkSMS(), GSM_SetCalendarRecurranceRepeat(), GSM_SetDefaultReceivedSMSData(), NOKIA_DecodeDateTime(), NOKIA_EncodeDateTime(), OSDate(), OSDateTime(), ReadVCALDateTime(), RecalcDateTime(), VC_StoreDate(), VC_StoreDateTime(), and VCALTimeDiff().