nlib
|
The structure for setting date and time information in DateTime
and for getting that information from the object.
More...
#include "nn/nlib/DateTime.h"
Public Attributes | |
int | year |
The year (1-9999). | |
int | month |
The month (1-12). | |
int | day |
The day (1-). | |
int | hour |
The hour (0-23). | |
int | min |
The minute (0-59). | |
int | sec |
The second (0-59). | |
int | msec |
The millisecond (0-999). | |
int | usec |
The microsecond (0-999). | |
The structure for setting date and time information in DateTime
and for getting that information from the object.
Definition at line 250 of file DateTime.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.