Date.this

Default constructor

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

Parameters

day int

The number of day in the week

month int

The month number

year long

The year

Meta