nn::fnd::DateTime::DaysToDate Member Function

Syntax

#include <nn/fnd.h>

static void DaysToDate(
     s32 * pYear,
     s32 * pMonth,
     s32 * pDay,
     s32 days
);

Arguments

Name Description
out pYear Specifies the address where the year should be placed.
out pMonth Specifies the address where the month should be placed.
out pDay Specifies the address where the day should be placed.
in days Specifies the number of elapsed days.

Return Values

None.

Description

Calculates the date from the given number of days elapsed since 2000/01/01.

Revision History

2010/02/18
Initial version.

CONFIDENTIAL