Constructor

ArrowDayMillisecondnew

Declaration [src]

GArrowDayMillisecond*
garrow_day_millisecond_new (
  gint32 day,
  gint32 millisecond
)

Description

No description available.
Available since:8.0.0

Parameters

day gint32
 

A day part value.

millisecond gint32
 

A millisecond part value.

Return value

Returns: 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.