Date and time

Warning

doxygenfunction: Unable to resolve multiple matches for function “DayOfWeek” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- char * DayOfWeek(unsigned int, unsigned int, unsigned int)

Warning

doxygenfunction: Unable to resolve multiple matches for function “GSM_GetCurrentDateTime” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- void GSM_GetCurrentDateTime(GSM_DateTime *)

Warning

doxygenfunction: Unable to resolve multiple matches for function “Fill_Time_T” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- time_t Fill_Time_T(GSM_DateTime)

Warning

doxygenfunction: Unable to resolve multiple matches for function “GSM_GetLocalTimezoneOffset” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- int GSM_GetLocalTimezoneOffset(void)

Warning

doxygenfunction: Unable to resolve multiple matches for function “Fill_GSM_DateTime” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- void Fill_GSM_DateTime(GSM_DateTime *, time_t)

Warning

doxygenfunction: Unable to resolve multiple matches for function “GSM_DateTimeFromTimestamp” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- void GSM_DateTimeFromTimestamp(GSM_DateTime *, const char *)

Warning

doxygenfunction: Unable to resolve multiple matches for function “OSDateTime” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- char * OSDateTime(GSM_DateTime, gboolean)

Warning

doxygenfunction: Unable to resolve multiple matches for function “OSDate” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- char * OSDate(GSM_DateTime)

Warning

doxygenfunction: Unable to resolve multiple matches for function “CheckDate” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- gboolean CheckDate(GSM_DateTime *)

Warning

doxygenfunction: Unable to resolve multiple matches for function “CheckTime” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- gboolean CheckTime(GSM_DateTime *)

Warning

doxygenfunction: Unable to resolve multiple matches for function “GSM_GetDateTime” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- GSM_Error GSM_GetDateTime(GSM_StateMachine *, GSM_DateTime *)

Warning

doxygenfunction: Unable to resolve multiple matches for function “GSM_SetDateTime” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:

- GSM_Error GSM_SetDateTime(GSM_StateMachine *, GSM_DateTime *)
struct GSM_DateTime

Structure used for saving date and time

Public Members

int Timezone

The difference between local time and GMT in seconds

int Second

Seconds.

int Minute

Minutes.

int Hour

Hours.

int Day

Days.

int Month

January = 1, February = 2, etc.

int Year

Complete year number. Not 03, but 2003

struct GSM_DeltaTime

Structure used for saving relative date and time

Public Members

int Timezone

The difference of timezones in seconds

int Second

Seconds diff.

int Minute

Minutes diff.

int Hour

Hours diff.

int Day

Days diff.

int Month

Months diff.

int Year

Years diff.

Previous topic

Category

Next topic

Debug

This Page