CFileTimeSpan::operator +=

CFileTimeSpan 对象的添加然后将结果赋给当前对象。

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

参数

  • span
    CFileTimeSpan 对象。

返回值

返回包含这两个时间大小总和更新 CFileTimeSpan 对象。

要求

Header: atltime.h

请参见

参考

CFileTimeSpan选件类