nn::fnd::DateTime::DaysToDate Member Function#include <nn/fnd.h>
static void DaysToDate(
s32 * pYear,
s32 * pMonth,
s32 * pDay,
s32 days
);
| 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. |
Calculates the date from the given number of days elapsed since 2000/01/01.
CONFIDENTIAL