Aspose::Cells::Duration::operator+ method

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

Adds two time intervals.

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

ReturnValue

A new Duration representing the sum.

See Also

Duration::operator+() const method

Returns the current instance (unary plus).

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

See Also