ConvertFromParam

nn::phtsel::CTR::DateTimeConvert::ConvertFromParam Member Function

Syntax

bool ConvertFromParam(
     s32 year,
     s32 month,
     s32 day,
     s32 hour,
     s32 minute,
     s32 second
);

Parameters

Name Description
in year Year.
in month Month.
in day Day.
in hour Hours.
in minute Minutes.
in second Seconds.

Return Values

Returns whether set successfully.

Value Description
true Set successfully.
false Failed to set.

Description

Sets elapsed seconds by giving a year/month/day/hour/minute/second value.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL