Skip to main content

ZipItem.CreationTime Property

Gets or sets the creation time for the zip item.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v24.1.dll

NuGet Package: DevExpress.Document.Processor

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