GetLastWriteTimeUtc()
Directory::GetLastWriteTimeUtc(const String&) method
Returns the last write time of the specified entity as UTC time.
static DateTime System::IO::Directory::GetLastWriteTimeUtc(const String &path)
Arguments
Parameter | Type | Description |
---|---|---|
path | const String& | The entity whose last write time to retrieve |
Return Value
A DateTime object representing the last write time of the specified entity as UTC time
See Also
- Class DateTime
- Class String
- Class Directory
- Namespace System::IO
- Library Aspose.Slides