set_LastWriteTime()

FileSystemInfo::set_LastWriteTime(DateTime) method

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

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

Arguments

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

See Also