nn::hio::CTR::HostSystemTime Structure

Header file: nn/hio.h

Syntax

struct HostSystemTime
{
   bit16 year;
   bit16 month;
   bit16 dayofweek;
   bit16 day;
   bit16 hour;
   bit16 minute;
   bit16 second;
   bit16 msec;
};

Description

Structure representing time stamps.

Member Variables

year Indicates the calendar year.
month Indicates the month.
dayofweek Indicates the day of the week.
day Indicates the day.
hour Indicates the hour.
minute Indicates the minute.
second Indicates the second.
msec Indicates the millisecond.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL