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
Method | Description |
---|---|
bool Equals(const FILETIME&) const | Determines if the current object and the specified object are equal, i.e. represent the same file time. |
See Also
- Namespace System::Runtime::InteropServices
- Library Aspose.Slides