interval+interval
Name
interval+interval -- Adds two intervals.
Type: function
Synopsis
interval+interval
( dt1 dt2, dt3);
Arguments
- dt1
An instance of <interval>
- dt2
An instance of <interval>
Return Values
- dt3
An instance of <interval>
Description
Returns a new interval which is the sum of the given intervals.