System::IO::File::GetCreationTime 方法
File::GetCreationTime method
返回指定实体的创建时间(本地时间)。
static DateTime System::IO::File::GetCreationTime(const String &path)
| Parameter | Type | 描述 |
|---|---|---|
| 路径 | const String& | 要检索其创建时间的实体 |
ReturnValue
一个 DateTime 对象,表示指定实体的创建时间(本地时间)
另见
- Class DateTime
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++