mkDateISO

pure
Date
mkDateISO
@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 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