Поделиться через


CFileTime::operator +

This operator is used to perform addition on a CFileTimeSpan object.

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

Параметры

  • span
    A CFileTimeSpan object.

Возвращаемое значение

Returns a CFileTime object representing the result of the original time plus a relative time.

Требования

Header: atltime.h

См. также

Основные понятия

CFileTime Class

CFileTimeSpan Class

CFileTime Members