Constructor

ArrowMonthDayNanonew

since: 8.0.0

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

Type: gint32

A month part value.

day

Type: gint32

A day part value.

nanosecond

Type: gint64

The nanosecond value.

Return value

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