CFileTime::operator >=

此运算符比较两 CFileTime 对象确定相等或大。

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

参数

  • ft
    要比较的 CFileTime 对象。

返回值

返回 true,如果第一个对象大于(稍后实时)或传递给第二的相等,否则 false

要求

Header: atltime.h

请参见

参考

CFileTime选件类