Constructor
ArrowStrptimeTimestampParsernew
since: 16.0.0
Declaration [src]
GArrowStrptimeTimestampParser*
garrow_strptime_timestamp_parser_new (
  const gchar* format
)
Parameters
- format
- 
            Type: const gchar*A format used by strptime(3). The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
Return value
Type: GArrowStrptimeTimestampParser
A newly allocated GArrowStrptimeTimestampParser.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |