icsSpyTime Structure

Structure for GetRTC and SetRTC

typedef struct
{
  unsigned char sec;
  unsigned char min;
  unsigned char hour;
  unsigned char day;
  unsigned char month;
  unsigned char year;
}icsSpyTime;

Remarks

ItemDescription

sec

Seconds place to read or set

min

Minutes place to read or set

hour

Hours place to read or set

day

Day place to read or set

month

Month place to read or set

year

Year Place to read or set

Last updated