mkDateISO

pure @safe
mkDateISO
(
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 accroding to ISO 8601

Return Value

Type: Date

Date uint for a given date using ISO year (1 BC = 0, 2 BC = -1 and so on)

Meta