time+interval
Name
time+interval -- Adds an interval to a time.
Type: function
Synopsis
time+interval
( t1 dt1, t2);
Arguments
- t1
An instance of <time>
- dt1
An instance of <interval>
Description
Returns a new time which is dt later than the given time.
(dt may be negative, in which case the returned time is
earlier)