nn::fnd::DateTime::DaysToWeekday Member Function

Syntax

#include <nn/fnd.h>

static Week DaysToWeekday(
     s32 days
);

Arguments

Name Description
in days Specifies the number of elapsed days.

Return Values

Returns the day of the week.

Description

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

Revision History

2010/02/18
Initial version.

CONFIDENTIAL