GetCreationTimeUtc()

File::GetCreationTimeUtc(const String&) method

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

static DateTime System::IO::File::GetCreationTimeUtc(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The entity whose creating time to retrieve

Return Value

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

See Also