System::IO::File::GetCreationTime method
File::GetCreationTime method
Returns the creation time of the specified entity as local time.
static DateTime System::IO::File::GetCreationTime(const String &path)
Parameter | Type | Description |
---|---|---|
path | const String& | The entity whose creating time to retrieve |
ReturnValue
A DateTime object representing the creation time of the specified entity as local time
See Also
- Class DateTime
- Class String
- Class File
- Namespace System::IO
- Library Aspose.PUB for C++