System::IO::File::GetLastAccessTime method
File::GetLastAccessTime method
Returns the last access time of the specified entity as local time.
static DateTime System::IO::File::GetLastAccessTime(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 local time
See Also
- Class DateTime
- Class String
- Class File
- Namespace System::IO
- Library Aspose.TeX for C++