System::TimeSpan::operator+= 方法
TimeSpan::operator+= method
将当前对象的时间间隔赋值为当前对象和指定对象表示的时间间隔之和。
TimeSpan & System::TimeSpan::operator+=(TimeSpan value)
| 参数 | 类型 | 描述 |
|---|---|---|
| value | TimeSpan | 用于表示要添加的时间间隔的 TimeSpan 对象 |
ReturnValue
对自身的引用
另见
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++