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

ExceptionCondition
Rebex.IO.Compression..::..ZipExceptionAnotherOperationPending: Another operation is pending.
System..::..ObjectDisposedExceptionArchive was already disposed.
System..::..InvalidOperationExceptionArchive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also