IscTimestampTz class final

A Dart mapping for the native IscTimestampTz structure.

Inheritance
Implemented types
Available extensions

Constructors

IscTimestampTz()

Properties

address → Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
date ↔ int
The date part of the timestamp.
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
time ↔ int
The time part of the timestamp.
getter/setter pair
timeZone ↔ int
Time zone information.
getter/setter pair

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

Static Methods

allocate(int date, int time, int timeZone) → Pointer<IscTimestampTz>
Allocates (in native memory) and initializes a new IscTimestampTz structure.
free(Pointer<IscTimestampTz> ptr) → void
Frees up memory occupied by the structure.