Aspose::Cells::Duration::operator- method

Duration::operator-(const Duration&) const method

Subtracts one time interval from another.

Duration Aspose::Cells::Duration::operator-(const Duration &ts) const

ReturnValue

A new Duration representing the difference.

See Also

Duration::operator-() const method

Returns a new Duration whose value is the negation of the current instance.

Duration Aspose::Cells::Duration::operator-() const

See Also