set_LastAccessTimeUtc()

FileSystemInfo::set_LastAccessTimeUtc(DateTime) method

Sets the last access time of the entity represented by the current object as UTC time.

void System::IO::FileSystemInfo::set_LastAccessTimeUtc(DateTime value)

Arguments

ParameterTypeDescription
valueDateTimeA DateTime object representing the time to set as UTC time

See Also