| C-Extensions / C API functions | |
Converts an ANSI-standard character string to an interval value.
mint incvasc(char *str, intrvl_t *i);
| Code | Description |
|---|---|
| 0 | The conversion was successful. |
| <0 | The conversion failed. |
| -1260 | It is not possible to convert between the specified types. |
| -1261 | Too many digits in the first field of datetime or interval. |