nn::fnd::DateTime::IsValidDate Member Function#include <nn/fnd.h>
static bool IsValidDate(
s32 year,
s32 month,
s32 day
);
| Name | Description | |
|---|---|---|
| in | year | Specifies the year. |
| in | month | Specifies the month. |
| in | day | Specifies the date. |
true if the date is valid; false otherwise. Determines if the date is valid.
CONFIDENTIAL