nn::fnd::DateTime::IsValidParameters Member Function#include <nn/fnd.h>
static bool IsValidParameters(
s32 year,
s32 month,
s32 day,
s32 hour = 0,
s32 minute = 0,
s32 second = 0,
s32 millisecond = 0
);
| Name | Description | |
|---|---|---|
| in | year | Specifies the year. |
| in | month | Specifies the month. |
| in | day | Specifies the date. |
| in | hour | Specifies the hour. |
| in | minute | Specifies the minutes. |
| in | second | Specifies the seconds. |
| in | millisecond | Specifies the milliseconds. |
true if the date/time is valid; false otherwise. Determines if the date and time are valid.
CONFIDENTIAL