DuckDB Plugin for Xojo

Timestamp.Constructor Constructor

Constructs EinhugurDuckDB.Timestamp object from Xojo DateTime object.

Constructor(
   dateValue as DateTime)

Parameters

dateValue
The Xojo DateTime value.

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

Timestamp Class