Name

+ — Adds to an interval

Synopsis

baseintervalObj.+(interval)

Description

#+ adds interval to baseintervalObj and returns an interval of the same class. interval must be the same interval type as baseintervalObj. This is because of a limitation of the OCI: it will only add intervals of the same type.