duckdb_time_tz class final

! TIME_TZ is stored as 40 bits for the int64_t microseconds, and 24 bits for the int32_t offset. ! Use the duckdb_from_time_tz function to extract individual information.

Inheritance
Implemented types
Available extensions

Constructors

duckdb_time_tz.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
bits int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited