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