Partager via


Opérateurs de comparaison de CTimeSpan

Opérateurs de comparaison.

bool operator ==( 
   CTimeSpan span  
) const throw( ); 
bool operator !=( 
   CTimeSpan span  
) const throw( ); 
bool operator <( 
   CTimeSpan span  
) const throw( ); 
bool operator >( 
   CTimeSpan span  
) const throw( ); 
bool operator <=( 
   CTimeSpan span  
) const throw( ); 
bool operator >=( 
   CTimeSpan span  
) const throw( );

Paramètres

span

Objet à comparer.

Valeur de retour

Ces opérateurs comparent deux valeurs d'heure connexes. Ils retournent true si la condition est remplie ; sinon false.

Exemple

CTimeSpan ts1(100);
CTimeSpan ts2(110);
ATLASSERT((ts1 != ts2) && (ts1 < ts2) && (ts1 <= ts2));   

Configuration requise

Header: atltime.h

Voir aussi

Référence

CTimeSpan, classe

Graphique de la hiérarchie