C-Extensions / C API functions |
Converts a character string having the specified format to an interval value.
mint incvfmtasc(char *input, char *fmt, intrvl_t *intvl);
Code | Description |
---|---|
0 | The conversion was successful. |
<0 | The conversion failed. |
The fmt parameter defines the formatting mask. It must be either in year to month, or in day to fraction ranges.