EinhugurDuckDB.Timestamp Class (console safe)
A class to represent timestamp 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 timestamp in any way.
Object
Timestamp
class EinhugurDuckDB.Timestamp
Constructors
Properties
Date | Returns date component of the timestamp. (Read only) |
Time | Returns time component of the timestamp. (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