Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntry Class / Date Property

In This Topic
    Date Property (C1ZipEntry)
    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 Date
    public 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