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.Page for C++