nn::fnd::DateTime::DateTime Constructor

Syntax

#include <nn/fnd.h>

DateTime(
     s32 year,
     s32 month,
     s32 day,
     s32 hour = 0,
     s32 minute = 0,
     s32 second = 0,
     s32 millisecond = 0
);

Arguments

Name Description
year
month
day
hour
minute
second
millisecond

Description

Creates a DateTime object set to the specified date and time.

Revision History

2010/02/18
Initial version.

CONFIDENTIAL