Constructor
ArrowMonthDayNanonew
since: 8.0.0
Declaration [src]
GArrowMonthDayNano*
garrow_month_day_nano_new (
gint32 month,
gint32 day,
gint64 nanosecond
)
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 . |