Xceed .NET Libraries Documentation
DoHasLastAccessDateTime Property (ZippedFolder)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFolder Class : DoHasLastAccessDateTime Property
Gets a boolean value indicating if the folder supports having a last access date and time.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property DoHasLastAccessDateTime As Boolean
'Usage
 
Dim instance As ZippedFolder
Dim value As Boolean
 
value = instance.DoHasLastAccessDateTime
protected override bool DoHasLastAccessDateTime {get;}

Property Value

true if the folder has a last access date and time; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZippedFolder Class
ZippedFolder Members
Base Implementation in DoHasLastAccessDateTime