Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Examples

njb_time_struct Struct Reference

#include <libnjb.h>


Data Fields

int16_t year
int16_t month
int16_t day
int16_t weekday
int16_t hours
int16_t minutes
int16_t seconds


Detailed Description

Time set/read struct
Examples:

dumptime.c, and settime.c.


Field Documentation

int16_t njb_time_struct::day
 

Day (0-31)

Examples:
dumptime.c, and settime.c.

int16_t njb_time_struct::hours
 

Hours (24-hour notation)

Examples:
dumptime.c, and settime.c.

int16_t njb_time_struct::minutes
 

Minutes

Examples:
dumptime.c, and settime.c.

int16_t njb_time_struct::month
 

Month (0-11)

Examples:
dumptime.c, and settime.c.

int16_t njb_time_struct::seconds
 

Seconds

Examples:
dumptime.c, and settime.c.

int16_t njb_time_struct::weekday
 

Day of the week 0=sunday, 6=saturday

Examples:
dumptime.c, and settime.c.

int16_t njb_time_struct::year
 

Year (4 digits)

Examples:
dumptime.c, and settime.c.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 20 20:35:59 2005 for libnjb by  doxygen 1.4.4