GetLastAccessTimeUtc()

Directory::GetLastAccessTimeUtc(const String&) method

Returns the last access time of the specified entity as UTC time.

static DateTime System::IO::Directory::GetLastAccessTimeUtc(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The entity whose last access time to retrieve

Return Value

A DateTime object representing the last access time of the specified entity as UTC time

See Also