System::IO::File::SetLastWriteTimeUtc method
File::SetLastWriteTimeUtc method
Sets the last write time of the specified entity as UTC time.
static void System::IO::File::SetLastWriteTimeUtc(const String &path, DateTime lastWriteTimeUtc)
Parameter | Type | Description |
---|---|---|
path | const String& | The entity whose last write time to set |
lastWriteTimeUtc | DateTime | A DateTime object representing the time to set as UTC time |
See Also
- Class String
- Class DateTime
- Class File
- Namespace System::IO
- Library Aspose.TeX for C++