nn::fnd::DateTimeParameters

nn::fnd::DateTimeParameters Structure

Header file: nn/fnd.h

Syntax

struct DateTimeParameters
{
s32 year;
s8 month;
s8 day;
Week week;
s8 hour;
s8 minute;
s8 second;
s16 milliSecond;
};

Description

Structure representing the date and time.

Member Variables

year s32 Year.
month s8 Month.
day s8 Day.
week Week Day of the week.
hour s8 Hours.
minute s8 Minutes.
second s8 Seconds.
milliSecond s16 Milliseconds.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL