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