ZipItem.CreationTime Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
CreationTime
Gets or sets the creation time attribute of the current ZipItem.
Declaration
public override DateTime? CreationTime { get; set; }
Property Value
| Type | Description | 
|---|---|
| Nullable<DateTime> | Creation time attribute of the current ZipItem.  | 
    
Overrides
Exceptions
| Type | Condition | 
|---|---|
| ZipException | AnotherOperationPending: Another operation is pending.  | 
    
| ObjectDisposedException | Archive was already disposed.  | 
    
| InvalidOperationException | Archive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive.  |