operator+=()
DateTime::operator+=(TimeSpan) method
Sets the current object to the date and time value that is the sum of the value represented by the current object and the specified time span.
DateTime & System::DateTime::operator+=(TimeSpan value)
Arguments
Parameter | Type | Description |
---|---|---|
value | TimeSpan | The time span to add |
Return Value
A reference to the self
See Also
- Class DateTime
- Class TimeSpan
- Namespace System
- Library Aspose.Slides