RTCDate

Definitions

#include <nitro/rtc.h>
typedef struct { 
         u32		year; 
         u32		month; 
         u32		day;
         RTCWeek	week;
} RTCDate;

Elements

year Numerical value 0 – 99 indicates the year.
month Numerical value 1 – 12 indicates the month.
day Numerical value 1 – 31 indicates the day.
week Value of the RTCWeek enumeration that indicates the day of the week.

Description

This structure indicates the real time clock's date. It includes year, month, day, and day of the week.

See Also

RTCWeek

Revision History

05/18/2004 Initial version

CONFIDENTIAL