Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Attributes | List of all members
jop::DateTime::Date Struct Reference

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

Detailed Description

Structure representing a date.

Definition at line 40 of file DateTime.hpp.

Member Data Documentation

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.


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