Documentation
Dlang.org
Time32DataType
arrow
time32_data_type
class
Time32DataType :
TimeDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
Time32DataType
self
();
this
(arrow.types.TimeUnit unit);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.types.TimeUnit unit)
Members
Functions
self
Time32DataType
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From TimeDataType
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
TimeDataType
self
()
Returns
this
, for use in
with
statements.
getUnit
arrow
.
types
.
TimeUnit
getUnit
()
arrow
time32_data_type
classes
Time32DataType