nn::fnd::DateTime::IsLeapYear Member Function

Syntax

#include <nn/fnd.h>

static s32 IsLeapYear(
     s32 year
);

Arguments

Name Description
in year Specifies the year.

Return Values

Returns true if a leap year; false otherwise.

Description

Determines if the year is a leap year.

Revision History

2010/02/18
Initial version.

CONFIDENTIAL