Digi XBee(R) ANSI C Host Library
Macros | Typedefs | Functions
#include <time.h>
#include "xbee/platform.h"

Go to the source code of this file.

Macros

#define XBEE_UTCTIME_INVALID   0xFFFFFFFF
 

Typedefs

typedef uint32_t xbee_utctime_t
 

Functions

struct tm * xbee_gmtime (struct tm *dest_tm, xbee_utctime_t timestamp)
 Converts a UTCTime value into a "broken-down time" (a struct tm) for directly accessing month, day, year, hour, minute and second, or for use with other functions from <time.h>. More...
 
xbee_utctime_t xbee_mktime (struct tm *time_rec)
 Convert a struct tm (from the Standard C Library's time.h) to a xbee_utctime_t type (number of seconds since Midnight January 1, 2000 UTC). More...