System::IO::File::GetCreationTimeUtc 方法

File::GetCreationTimeUtc method

以 UTC 时间返回指定实体的创建时间。

static DateTime System::IO::File::GetCreationTimeUtc(const String &path)
参数类型描述
路径const String&要检索创建时间的实体

ReturnValue

一个表示指定实体创建时间(UTC)的 DateTime 对象

另见