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


CFileTime::operator -=

This operator is used to perform subtraction on a CFileTimeSpan object and assign the result to the current object.

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

Параметры

  • span
    A CFileTimeSpan object containing the relative time to subtract.

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

Returns the updated CFileTime object.

Требования

Header: atltime.h

См. также

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

CFileTime Class

CFileTimeSpan Class

CFileTime Members