CFileTime::operator >=
この演算子は、より大きいかを確認します。CFileTime の 2 種類のオブジェクトを比較します。
bool operator >=(
CFileTime ft
) const throw( );
パラメーター
- ft
比較する CFileTime オブジェクト。
戻り値
true を最初のオブジェクトより大きい、返します (後で時間で) または第 2 以上の場合は、それ false。
必要条件
ヘッダー : atltime.h