System::IO::Directory::GetLastWriteTimeUtc method

Directory::GetLastWriteTimeUtc method

Returns the last write time of the specified entity as UTC time.

static DateTime System::IO::Directory::GetLastWriteTimeUtc(const String &path)
ParameterTypeDescription
pathconst String&The entity whose last write time to retrieve

ReturnValue

A DateTime object representing the last write time of the specified entity as UTC time

See Also