System::DateTime::operator-= 方法

DateTime::operator-= method

将当前对象设置为从当前对象的日期时间值中减去指定时间跨度后的结果。

DateTime & System::DateTime::operator-=(TimeSpan value)
参数类型描述
TimeSpan要减去的时间跨度

ReturnValue

对自身的引用

另见