System::IO::File::GetLastAccessTimeUtc 方法

File::GetLastAccessTimeUtc method

返回指定实体的最后访问时间(UTC 时间)。

static DateTime System::IO::File::GetLastAccessTimeUtc(const String &path)
ParameterType描述
路径const String&要检索其最后访问时间的实体

ReturnValue

一个表示指定实体的最后访问时间(UTC)的 DateTime 对象

另见