Gets the date and time when the file used to create the entry was last modified.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public DateTime Date { get; }
Visual Basic
Public ReadOnly Property Date As DateTime
	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