Date

A struct containing information about a specific date

Constructors

this
this(int day, int month, long year)

Default constructor

Members

Variables

day
int day;

The day number

month
int month;

The month number

week
int week;

The week number

year
long year;

The year

Meta