DateValue

constructor(year: Int, month: Int, day: Int)

Parameters

year

The calendar year (e.g. 2026).

month

The month of the year, 1-based (1 = January .. 12 = December).

day

The day of the month, 1-based.