Constructor

ArrowDayMillisecondnew

since: 8.0.0

Declaration [src]

GArrowDayMillisecond*
garrow_day_millisecond_new (
  gint32 day,
  gint32 millisecond
)

Description

No description available.

Available since: 8.0.0

Parameters

day

Type: gint32

A day part value.

millisecond

Type: gint32

A millisecond part value.

Return value

Type: GArrowDayMillisecond

A newly created GArrowDayMillisecond.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.