System::IO::File::SetLastWriteTimeUtc 方法
File::SetLastWriteTimeUtc method
将指定实体的最后写入时间设置为 UTC 时间。
static void System::IO::File::SetLastWriteTimeUtc(const String &path, DateTime lastWriteTimeUtc)
| 参数 | 类型 | 描述 |
|---|---|---|
| 路径 | const String& | 要设置其最后写入时间的实体 |
| lastWriteTimeUtc | DateTime | 一个表示要设置为 UTC 时间的 DateTime 对象 |
另见
- Class String
- Class DateTime
- Class File
- Namespace System::IO
- Library Aspose.Font for C++