System.IO.File.SetCreationTime(filePath, newDate)
System.IO.File.SetLastWriteTime(filePath, newDate)
System.IO.File.SetLastAccessTime(filePath, newDate)
System.IO.File.SetCreationTime(filePath, newDate)
System.IO.File.SetLastWriteTime(filePath, newDate)
System.IO.File.SetLastAccessTime(filePath, newDate)