+ — Adds to an interval
baseintervalObj.+(interval)
#+ 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.