FILETIME

FILETIME struct

Holds file time components. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.

class FILETIME

Methods

MethodDescription
bool Equals(const FILETIME&) constDetermines if the current object and the specified object are equal, i.e. represent the same file time.

See Also