nn::phtsel::CTR::DateTimeConvert::ConvertToParam Member Function
void ConvertToParam(
s32 * pYear,
s32 * pMonth,
s32 * pDay,
s32 * pHour,
s32 * pMinute,
s32 * pSecond
) const;
| 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.) |
Gets the elapsed seconds in the form of a year/month/day/hour/minute/second value.
CONFIDENTIAL