CFileTime::operator +

此运算符用于执行在 CFileTimeSpan 对象的添加。

CFileTime operator +(
   CFileTimeSpan span 
) const throw( );

参数

  • span
    CFileTimeSpan 对象。

返回值

返回表示原始时间的结果 CFileTime 对象以及相对时间。

要求

Header: atltime.h

请参见

参考

CFileTime选件类

CFileTimeSpan选件类