arrow.timestamp_data_type

Module for [TimestampDataType] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
TimestampDataType self() nothrowReturns `this`, for use in `with` statements.
TimestampDataTypeGidBuilder builder() static nothrowGet builder for [arrow.timestamp_data_type.TimestampDataType] Returns: New builder object
glib.time_zone.TimeZone timeZone() @property nothrowGet `timeZone` property. Returns: The time zone of this data type.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.timestamp_data_type.TimestampDataType

Methods
T timeZone(glib.time_zone.TimeZone propval) nothrowSet `timeZone` property. Params: propval = The time zone of this data type. Returns: Builder instance for fluent chaining