Share via


CFileTimeSpan::CFileTimeSpan

The constructor.

CFileTimeSpan( ) throw( ); 
CFileTimeSpan( 
   const CFileTimeSpan& span  
) throw( ); 
CFileTimeSpan( 
   LONGLONG nSpan  
) throw( );

Parameters

  • span
    An existing CFileTimeSpan object.

  • nSpan
    A period of time in milliseconds.

Remarks

The CFileTimeSpan object can be created using an existing CFileTimeSpan object, or expressed as a 64-bit value. The default constructor sets the time span to 0.

Requirements

Header: atltime.h

See Also

Reference

CFileTimeSpan Class