Gets or sets the creation time attribute of the current ZipItem.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Overrides Property CreationTime As Nullable(Of DateTime) Get Set |
C# |
---|
public override Nullable<DateTime> CreationTime { get; set; } |
Field Value
Creation time attribute of the current ZipItem.Exceptions
Exception | Condition |
---|---|
Rebex.IO.Compression..::..ZipException | AnotherOperationPending: Another operation is pending. |
System..::..ObjectDisposedException | Archive was already disposed. |
System..::..InvalidOperationException | Archive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive. |