ComponentOne Zip for UWP
Date Property

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntry Class : Date Property
Gets the date and time when the file used to create the entry was last modified.
Syntax
'Declaration
 
Public ReadOnly Property Date As System.Date
public System.DateTime Date {get;}
Remarks
This value can be used to check whether an entry needs to be updated because the source file was modified since it was last compressed.
See Also

Reference

C1ZipEntry Class
C1ZipEntry Members