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