Gets or sets the creation time attribute of the item.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public MustOverride Property CreationTime As Nullable(Of DateTime)
	Get
	Set
C#
public abstract Nullable<DateTime> CreationTime { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also