Netcruzer Library API  V2.03
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
tm Struct Reference

#include <time.h>

Data Fields

int tm_sec
 
int tm_min
 
int tm_hour
 
int tm_mday
 
int tm_mon
 
int tm_year
 
int tm_wday
 
int tm_yday
 
int tm_isdst
 

Detailed Description

Description: Structure used to hold the time and date (calendar time).

Include: <time.h>

Remarks:
If tm_isdst is a positive value, Daylight Savings is in effect. If it is zero, Daylight Saving Time is not in effect. If it is a negative value, the status of Daylight Saving Time is not known.

Examples:
rtc_debug_demo/main.c.

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