nn::hio::CTR::HostSystemTime Structurestruct HostSystemTime
{
bit16 year;
bit16 month;
bit16 dayofweek;
bit16 day;
bit16 hour;
bit16 minute;
bit16 second;
bit16 msec;
};
Structure representing time stamps.
| 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. |
CONFIDENTIAL