System::IO::Directory::SetCreationTimeUtc method
Directory::SetCreationTimeUtc method
Sets the creation time of the specified entity as UTC time.
static void System::IO::Directory::SetCreationTimeUtc(const String &path, DateTime date)
Parameter | Type | Description |
---|---|---|
path | const String& | The entity whose creating time to set |
date | DateTime | A DateTime object representing the time to set as UTC time |
See Also
- Class String
- Class DateTime
- Class Directory
- Namespace System::IO
- Library Aspose.PUB for C++