Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Function [other Function type actions]
Item [operators of similar scope]
Date-time [other Date-time operators]
v9.5.0
Baseline
As at baseline
interval(dataStr)
The operator interval(dataStr) 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.