CFileTime::operator =

The assignment operator.

CFileTime& operator =(
   const FILETIME& ft 
) throw( );

Parameters

  • ft
    A CFileTime object containing the new time and date.

Return Value

Returns the updated CFileTime object.

Requirements

Header: atltime.h

See Also

Reference

CFileTime Class

Other Resources

CFileTime Members