Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / DateTimeFilter Class / ApplicableDateTimes Property


In This Topic
    ApplicableDateTimes Property
    In This Topic
    Gets the dates and times used to filter files and folders.
    Syntax
    'Declaration
     
    Public ReadOnly Property ApplicableDateTimes As DateTimeFilter.ApplicableDateTime
    'Usage
     
    Dim instance As DateTimeFilter
    Dim value As DateTimeFilter.ApplicableDateTime
     
    value = instance.ApplicableDateTimes
    public DateTimeFilter.ApplicableDateTime ApplicableDateTimes {get;}

    Property Value

    A combination of System.DateTime fields that represent the dates and times used to filter files and folders.
    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