Constructor
ArrowMonthDayNanonew
Declaration [src]
GArrowMonthDayNano*
garrow_month_day_nano_new (
  gint32 month,
  gint32 day,
  gint64 nanosecond
)
      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   | 
          |
| The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |