CFileTimeSpan::operator >=
Compares two CFileTimeSpan objects to determine equality or the larger.
bool operator >=(
CFileTimeSpan span
) const throw( );
Parameters
- span
The CFileTimeSpan object to be compared.
Return Value
Returns true if the first object is greater than (that is, represents a longer time period) or equal to the second, otherwise false.
Requirements
Header: atltime.h