ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip 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
    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