Constructor
ArrowDayTimeIntervalScalarnew
since: 8.0.0
Declaration [src]
GArrowDayTimeIntervalScalar*
garrow_day_time_interval_scalar_new (
GArrowDayMillisecond* value
)
Parameters
value
-
Type:
GArrowDayMillisecond
The value of GArrowDayMillisecond.
The data is owned by the caller of the function.
Return value
Type: GArrowDayTimeIntervalScalar
A newly created GArrowDayTimeIntervalScalar
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |