PowerTCP Zip Compression for .NET
LastModified Property




Gets a DateTime object representing the last modified date of the item.
Syntax
<CategoryAttribute("ArchiveItem")>
<DefaultValueAttribute()>
<DescriptionAttribute("DateTime, the date and time the last modification occurred")>
Public ReadOnly Property LastModified As Date
Dim instance As ArchiveItem
Dim value As Date
 
value = instance.LastModified
[Category("ArchiveItem")]
[DefaultValue()]
[Description("DateTime, the date and time the last modification occurred")]
public DateTime LastModified {get;}
[Category("ArchiveItem")]
[DefaultValue()]
[Description("DateTime, the date and time the last modification occurred")]
public: __property DateTime get_LastModified();
[Category("ArchiveItem")]
[DefaultValue()]
[Description("DateTime, the date and time the last modification occurred")]
public:
property DateTime LastModified {
   DateTime get();
}

Property Value

A DateTime object representing the last modified date of the item.
See Also

Reference

ArchiveItem Class
ArchiveItem Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic