Constructor

ArrowMonthDayNanonew

Declaration [src]

GArrowMonthDayNano*
garrow_month_day_nano_new (
  gint32 month,
  gint32 day,
  gint64 nanosecond
)

Description

No description available.
Available since:8.0.0

Parameters

month gint32
 

A month part value.

day gint32
 

A day part value.

nanosecond gint64
 

The nanosecond value.

Return value

Returns: GArrowMonthDayNano
 

A newly created GArrowMonthDayNano.

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