CFileTimeSpan::operator <
Compares two CFileTimeSpan objects to determine the lesser.
bool operator<(
CFileTimeSpan span
) const throw( );
Parameters
- span
The CFileTimeSpan object to be compared.
Return Value
Returns true if the first object is less (that is, represents a shorter time period) than the second, otherwise false.
Requirements
Header: atltime.h