totimespan()
-
Article
-
- 2 minutes to read
-
Converts input to timespan scalar.
totimespan("0.00:01:00") == time(1min)
Syntax
totimespan(Expr)
Arguments
Expr: Expression that will be converted to timespan.
Returns
If conversion is successful, result will be a timespan value.
Else, result will be null.