DuckDB Plugin for Xojo

EinhugurDuckDB.Time Class (console safe)

A class to represent time structure.

This class is only storage object, it does not interpret or validate the time in any way.

Object
   Time

class EinhugurDuckDB.Time

Constructors

TimeConstructs EinhugurDuckDB.Time object from hours, minutes, seconds and milliseconds.

Properties

HourReturns number of hours (Read only)
MillisecondReturns number of milliseconds (Read only)
MinuteReturns number of minutes (Read only)
SecondReturns number of seconds (Read only)

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit