System::IO::File::GetCreationTimeUtc method

File::GetCreationTimeUtc method

Returns the creation time of the specified entity as UTC time.

static DateTime System::IO::File::GetCreationTimeUtc(const String &path)
ParameterTypeDescription
pathconst String&The entity whose creating time to retrieve

ReturnValue

A DateTime object representing the creation time of the specified entity as UTC time

See Also