![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
Structure representing a date. More...
#include <DateTime.hpp>
Public Attributes | |
| uint16 | year |
| The year. More... | |
| uint8 | month |
| The month. More... | |
| uint8 | day |
| The day. More... | |
Structure representing a date.
Definition at line 40 of file DateTime.hpp.
| uint8 jop::DateTime::Date::day |
The day.
Definition at line 44 of file DateTime.hpp.
| uint8 jop::DateTime::Date::month |
The month.
Definition at line 43 of file DateTime.hpp.
| uint16 jop::DateTime::Date::year |
The year.
Definition at line 42 of file DateTime.hpp.
1.8.11