System::IO::FileSystemInfo::set_LastAccessTime method

FileSystemInfo::set_LastAccessTime method

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

void System::IO::FileSystemInfo::set_LastAccessTime(DateTime value)
ParameterTypeDescription
valueDateTimeA DateTime object representing the time to set as local time

See Also