Xceed .NET Libraries Documentation
DateTimeFilter.ApplicableDateTime Enumeration


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : DateTimeFilter.ApplicableDateTime Enumeration
Specifies which type of date/time will be filtered by a DateTimeFilter class.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DateTimeFilter.ApplicableDateTime 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DateTimeFilter.ApplicableDateTime
[Flags()]
public enum DateTimeFilter.ApplicableDateTime : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
All7The filter will apply to all date/times.
Creation1The filter will apply only to the creation date/time.
LastAccess4The filter will apply only to the last accessed date/time.
LastWrite2The filter will apply only to the last modified date/time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.FileSystem.DateTimeFilter.ApplicableDateTime

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

Xceed.FileSystem Namespace