totimespan()
Learn how to use the totimespan() function to convert the input to a
timespan
scalar value.Converts the input to a timespan scalar value.
Syntax
totimespan(
value)
Parameters
Name | Type | Required | Description |
---|---|---|---|
value | string | ✔️ | The value to convert to a timespan. |
Returns
If conversion is successful, result will be a timespan value. Else, result will be null.
Example
totimespan("0.00:01:00") == time(1min)
Related content
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.