AccessedTime Property

DotNetZip

Ionic Zip Library v1.9.1.6 AccessedTime Property
ReferenceIonic.ZipZipEntryAccessedTime
Last Access time for the file represented by the entry.
Declaration Syntax
C# Visual Basic Visual C++
public DateTime AccessedTime { get; set; }
Public Property AccessedTime As DateTime
	Get
	Set
public:
property DateTime AccessedTime {
	DateTime get ();
	void set (DateTime value);
}
Remarks
This value may or may not be meaningful. If the ZipEntry was read from an existing Zip archive, this information may not be available. For an explanation of why, see ModifiedTime.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)