System::IO::File::GetLastWriteTimeUtc method
File::GetLastWriteTimeUtc method
Returns the last write time of the specified entity as UTC time.
static DateTime System::IO::File::GetLastWriteTimeUtc(const String &path)
Parameter | Type | Description |
---|---|---|
path | const String& | The entity whose last write time to retrieve |
ReturnValue
A DateTime object representing the last write time of the specified entity as UTC time
See Also
- Class DateTime
- Class String
- Class File
- Namespace System::IO
- Library Aspose.PUB for C++