ZipItem.CreationTime Property
In This Article
Gets or sets the creation time for the zip item.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
The CreationTime property value is calculated from the ZipItem.CreationTimeUtc property value according to the local time of the host.
See Also