CFileTime::CFileTime
The constructor.
CFileTime( ) throw( );
CFileTime(
const FILETIME& ft
) throw( );
CFileTime(
ULONGLONG nTime
) throw( );
Parameters
ft
A FILETIME structure.nTime
The date and time expressed as a 64-bit value.
Remarks
The CFileTime object can be created using an existing date and time from a FILETIME structure, or expressed as a 64-bit value (in local or Coordinated Universal Time (UTC) time formats). The default constructor sets the time to 0.
Requirements
Header: atltime.h