nn::fnd::DateTime::DateTime Constructor#include <nn/fnd.h>
DateTime(
s32 year,
s32 month,
s32 day,
s32 hour = 0,
s32 minute = 0,
s32 second = 0,
s32 millisecond = 0
);
| Name | Description | |
|---|---|---|
| year | ||
| month | ||
| day | ||
| hour | ||
| minute | ||
| second | ||
| millisecond |
Creates a DateTime object set to the specified date and time.
CONFIDENTIAL