CFileTimeSpan Members

Methods

CFileTimeSpan

The constructor.

GetTimeSpan

Call this method to retrieve the time span from the CFileTimeSpan object.

SetTimeSpan

Call this method to set the time span of the CFileTimeSpan object.

Operators

operator -

Performs subtraction on a CFileTimeSpan object.

operator !=

Compares two CFileTimeSpan objects for inequality.

operator +

Performs addition on a CFileTimeSpan object.

operator +=

Performs addition on a CFileTimeSpan object and assign the result to the current object.

operator <

Compares two CFileTimeSpan objects to determine the lesser.

operator <=

Compares two CFileTimeSpan objects to determine equality or the lesser.

operator =

The assignment operator.

operator -=

Performs subtraction on a CFileTimeSpan object and assign the result to the current object.

operator ==

Compares two CFileTimeSpan objects for equality.

operator >

Compares two CFileTimeSpan objects to determine the larger.

operator >=

Compares two CFileTimeSpan objects to determine equality or the larger.

See Also

Reference

CFileTimeSpan Class