Aspose::Cells::Date::operator+ method

Date::operator+ method

Adds a time interval to the current Date.

Date Aspose::Cells::Date::operator+(const Duration &ts) const
ParameterTypeDescription
tsconst Duration&The Duration to add.

ReturnValue

A new Date with the applied offset.

See Also