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


CFileTime::operator >

This operator compares two CFileTime objects to determine the larger.

bool operator >(
   CFileTime ft 
) const throw( );

Параметры

  • ft
    The CFileTime object to be compared.

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

Returns true if the first object is greater than (later in time) than the second, otherwise false.

Требования

Header: atltime.h

См. также

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

CFileTime Class

CFileTime Members