System::TimeSpan::operator+ 方法
TimeSpan::operator+() const method
返回自身。
TimeSpan System::TimeSpan::operator+() const
另见
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
TimeSpan::operator+(TimeSpan) const method
返回一个新的 TimeSpan 类实例,表示当前对象和指定对象所表示的时间间隔之和。
TimeSpan System::TimeSpan::operator+(TimeSpan value) const
| 参数 | 类型 | 描述 |
|---|---|---|
| value | TimeSpan | 用于表示要添加的时间间隔的 TimeSpan 对象 |
ReturnValue
一个新的 TimeSpan 类实例,表示当前对象和指定对象所表示的时间间隔之和。
另见
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++