'Declaration Public Function New( _ ByVal minValue As Date, _ ByVal maxValue As Date, _ ByVal scope As FilterScope _ )
'Usage Dim minValue As Date Dim maxValue As Date Dim scope As FilterScope Dim instance As New DateTimeFilter(minValue, maxValue, scope)
Parameters
- minValue
- A System.DateTime field that represents the minimum date and time of the filter.
- maxValue
- A System.DateTime field that represents the maximum date and time of the filter.
- scope
- Determines whether the filter applies to files, folders or both.