ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntry Class / Date Property

In This Topic
    Date Property
    In This Topic
    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