mkDate

pure @safe
mkDate
(
int day
,
int month
,
int year
)

Parameters

day int

the number of the day

month int

the number of the month

year int

the number of the year

Return Value

Type: Date

Date uint for a given date (day, month and year)

Meta