NAnt SDK Documentation - v0.92

ZipTask.Stamp Property

Date/time stamp for the files in the format MM/DD/YYYY HH:MM:SS.

[Visual Basic]
<DateTimeValidator, _  TaskAttribute(Required:=False, Name:="stampdatetime", ExpandProperties:=True, ProcessXml:=True)>
Public Property Stamp As Date
[C#]
[DateTimeValidator]
[TaskAttribute(Required=False, Name="stampdatetime", ExpandProperties=True, ProcessXml=True)]
public System.DateTime Stamp {get; set;}

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace