mkDate

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

Parameters

day
Type: int

the number of the day

month
Type: int

the number of the month

year
Type: int

the number of the year

Return Value

Type: Date

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

Meta