Dart.PowerTCP.Zip Namespace > ArchiveItem Class : LastModified Property |
<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(); }