次の方法で共有


CFileTime::operator =

代入演算子です。

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

パラメーター

  • ft
    新しい時間と日付を含む CFileTime のオブジェクト。

戻り値

更新後の CFileTime オブジェクトを返します。

必要条件

ヘッダー : atltime.h

参照

関連項目

CFileTime クラス