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

File::GetCreationTimeUtc method

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

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

ReturnValue

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

另见