Skip to main content
A newer version of this page is available. .

ZipItem.CreationTime Property

Gets or sets the creation time for the zip item.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public DateTime CreationTime { get; set; }

Property Value

Type Description
DateTime

A DateTime value that is the creation time.

Remarks

The CreationTime property value is calculated from the ZipItem.CreationTimeUtc property value according to the local time of the host.

See Also