nn::hio::CTR::HostSystemTime

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 bit16 Indicates the calendar year.
month bit16 Indicates the month.
dayofweek bit16 Indicates the day of the week.
day bit16 Indicates the day.
hour bit16 Indicates the hour.
minute bit16 Indicates the minute.
second bit16 Indicates the second.
msec bit16 Indicates the millisecond.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL