ConvertToParam

nn::phtsel::CTR::DateTimeConvert::ConvertToParam Member Function

Syntax

void ConvertToParam(
     s32 * pYear,
     s32 * pMonth,
     s32 * pDay,
     s32 * pHour,
     s32 * pMinute,
     s32 * pSecond
) const;

Arguments

Name Description
out pYear Stores the year. (Specify NULL if not needed.)
out pMonth Stores the month. (Specify NULL if not needed.)
out pDay Stores the day. (Specify NULL if not needed.)
out pHour Stores the hour. (Specify NULL if not needed.)
out pMinute Stores the minute. (Specify NULL if not needed.)
out pSecond Stores the second. (Specify NULL if not needed.)

Return Values

None.

Description

Gets the elapsed seconds in the form of a year/month/day/hour/minute/second value.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL