IsValidDate

nn::fnd::DateTime::IsValidDate Member Function

Syntax

#include <nn/fnd.h>

static bool IsValidDate(
     s32 year,
     s32 month,
     s32 day
);

Parameters

Name Description
in year Specifies the year.
in month Specifies the month.
in day Specifies the date.

Return Values

Returns true if the date is valid; false otherwise.

Description

Determines if the date is valid.

Revision History

2010/02/18
Initial version.

CONFIDENTIAL