njb_time_struct

Langue: en

Version: 345903 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

njb_time_struct -

SYNOPSIS


#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::dayDay (0-31)

Examples: dumptime.c, and settime.c.

Referenced by time_pack(), time_pack3(), time_unpack(), and time_unpack3().

int16_t njb_time_struct::hoursHours (24-hour notation)

Examples: dumptime.c, and settime.c.

Referenced by time_pack(), time_pack3(), time_unpack(), and time_unpack3().

int16_t njb_time_struct::minutesMinutes

Examples: dumptime.c, and settime.c.

Referenced by time_pack(), time_pack3(), time_unpack(), and time_unpack3().

int16_t njb_time_struct::monthMonth (0-11)

Examples: dumptime.c, and settime.c.

Referenced by time_pack(), time_pack3(), time_unpack(), and time_unpack3().

int16_t njb_time_struct::secondsSeconds

Examples: dumptime.c, and settime.c.

Referenced by time_pack(), time_pack3(), time_unpack(), and time_unpack3().

int16_t njb_time_struct::weekdayDay of the week 0=sunday, 6=saturday

Examples: dumptime.c, and settime.c.

Referenced by time_pack(), time_pack3(), time_unpack(), and time_unpack3().

int16_t njb_time_struct::yearYear (4 digits)

Examples: dumptime.c, and settime.c.

Referenced by time_pack(), time_pack3(), time_unpack(), and time_unpack3().

Author

Generated automatically by Doxygen for libnjb from the source code.