CFileTimeSpan::operator - =

执行在 CFileTimeSpan 对象的减法然后将结果赋给当前对象。

CFileTimeSpan& operator -=(
   CFileTimeSpan span 
) throw( );

参数

  • span
    CFileTimeSpan 对象。

返回值

返回更新 CFileTimeSpan 对象。

要求

Header: atltime.h

请参见

参考

CFileTimeSpan选件类