Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Last Altered:
Function [other Function type actions]
Item [operators of similar scope]
Date-time [other Date-time operators]
Baseline
As at baseline
interval(dataStr)
From v9.5.0, the operator interval(s) now converts a string to an interval. For example:
$MyInterval = interval("30:00")
is an interval of thirty minutes. The two-argument version, interval(start,end), continues to return the interval between two dates.