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 Year.
month Month.
day Day.
week Day of the week.
hour Hours.
minute Minutes.
second Seconds.
milliSecond Milliseconds.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL