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


CFileTime::operator >=

This operator compares two CFileTime objects to determine equality or 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) or equal to the second, otherwise false.

Требования

Header: atltime.h

См. также

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

CFileTime Class

CFileTime Members