DuckDB Plugin for Xojo

Date.Constructor Constructor

Constructs EinhugurDuckDB.Date object from year, month and day.

Constructor(
   year as Int32,
   month as Int32,
   day as Int32)

Parameters

year
Number of years.
month
Number of months.
day
Number of days.

Remarks

See Also

Date Class