nn::fnd::DateTime::IsValidParameters Member Function

Syntax

#include <nn/fnd.h>

static bool IsValidParameters(
     s32 year,
     s32 month,
     s32 day,
     s32 hour = 0,
     s32 minute = 0,
     s32 second = 0,
     s32 millisecond = 0
);

Arguments

Name Description
in year Specifies the year.
in month Specifies the month.
in day Specifies the date.
in hour Specifies the hour.
in minute Specifies the minutes.
in second Specifies the seconds.
in millisecond Specifies the milliseconds.

Return Values

Returns true if the date/time is valid; false otherwise.

Description

Determines if the date and time are valid.

Revision History

2010/02/18
Initial version.

CONFIDENTIAL