CreationTime Property

DotNetZip

Ionic Zip Library v1.9.1.6 CreationTime Property
ReferenceIonic.ZipZipEntryCreationTime
The file creation time for the file represented by the entry.
Declaration Syntax
C# Visual Basic Visual C++
public DateTime CreationTime { get; set; }
Public Property CreationTime As DateTime
	Get
	Set
public:
property DateTime CreationTime {
	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, and the creation time was not set on the entry when the zip file was created, then this property may be meaningless. For an explanation of why, see ModifiedTime.

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