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
| Parameter | Type | Description |
|---|---|---|
| ts | const Duration& | The Duration to add. |
ReturnValue
A new Date with the applied offset.
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++