Aspose::Cells::Duration::operator/ method

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

Returns the ratio between two time intervals.

double Aspose::Cells::Duration::operator/(const Duration &ts) const

ReturnValue

The quotient of the current instance divided by the specified Duration.

See Also

Duration::operator/(double) const method

Divides the time interval by a scalar value.

Duration Aspose::Cells::Duration::operator/(double divisor) const
ParameterTypeDescription
divisordoubleDivisor value.

ReturnValue

A scaled Duration.

See Also