nlib
nn::nlib::DateTimeParams Struct Reference

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).
 

Detailed Description

The structure for setting date and time information in DateTime and for getting that information from the object.

Definition at line 235 of file DateTime.h.


The documentation for this struct was generated from the following files: