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

NameTypeRequiredDescription
valuestring✔️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)