DuckDB Plugin for Xojo

Date.Constructor Constructor

Constructs EinhugurDuckDB.Date object from Xojo DateTime object.

Constructor(
   value as DateTime)

Parameters

value
The DateTime object to construct from.

Remarks

Note that the API1 version of the plugin will have constructor which constructs it from old style Xojo date instead of DateTime.

See Also

Date Class