ZipItem.CreationTime Property
Gets or sets the creation time for the zip item.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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