5 references to ModificationTime
System.Formats.Tar (5)
System\Formats\Tar\PaxTarEntry.cs (1)
117
/// <para>Setting properties such as <see cref="TarEntry.Name"/>, <see cref="TarEntry.
ModificationTime
"/>, <see cref="TarEntry.Uid"/>, <see cref="TarEntry.Gid"/>, <see cref="PosixTarEntry.UserName"/>, <see cref="PosixTarEntry.GroupName"/>, <see cref="TarEntry.LinkName"/>, <see cref="PosixTarEntry.DeviceMajor"/>, or <see cref="PosixTarEntry.DeviceMinor"/> will update the corresponding extended attribute to keep properties and extended attributes synchronized.</para>
System\Formats\Tar\TarEntry.cs (4)
325
TarHelpers.UpdatePendingModificationTimes(directoryModificationTimes, destinationFullPath,
ModificationTime
);
348
TarHelpers.UpdatePendingModificationTimes(directoryModificationTimes, destinationFullPath,
ModificationTime
);
567
AttemptSetLastWriteTime(destinationFileName,
ModificationTime
);
589
AttemptSetLastWriteTime(destinationFileName,
ModificationTime
);