totimespan()
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
將輸入轉換成 時間範圍 純量值。
已被取代的別名: totime()
注意
可能的話,建議您改用 時間範圍常值 。
語法
totimespan(
value)
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | Description |
---|---|---|---|
value | string |
✔️ | 要轉換成 時間範圍的值。 |
傳回
如果轉換成功,結果會是 時間範圍 值。 否則,結果會是 Null。
範例
totimespan("0.00:01:00") == time(1min)