ModTime Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarHeader.ModTime Property

Get/set the entry's modification time.

public System.DateTime ModTime {get; set;}

Remarks

The modification time is only accurate to within a second.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown when setting the date time to less than 1/1/1970.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace