EinhugurDuckDB.Date Class (console safe)
A class to represent date structure.
We choose to not use the Xojo DateTime class directly, because of its limitations and inability to handle historic dates. This class does have ToDateTime method though to convert to Xojo DateTime.
This class is only storage object, it does not interpret or validate the date in any way.
Object
Date
class EinhugurDuckDB.Date
Constructors
Date | Constructs EinhugurDuckDB.Date object from year, month and day. |
Date | Constructs EinhugurDuckDB.Date object from Xojo DateTime object. |
Properties
Day | Returns number of days (Read only) |
Month | Returns number of months (Read only) |
Year | Returns number of years (Read only) |
Methods
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bit