Compartir a través de


CFileTime::operator <=

This operator compares two CFileTime objects to determine equality or the lesser.

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

Parameters

  • ft
    The CFileTime object to be compared.

Return Value

Returns true if the first object is less than (earlier in time) or equal to the second, otherwise false.

Requirements

Header: atltime.h

See Also

Reference

CFileTime Class

Other Resources

CFileTime Members