Name

- — Subtracts from an interval

Synopsis

baseintervalObj.-(interval)

Description

#- subtracts interval from 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 subtract intervals of the same type.