'Declaration Public Function New( _ ByVal minValue As Date, _ ByVal maxValue As Date, _ ByVal applicableDateTimes As DateTimeFilter.ApplicableDateTime, _ ByVal scope As FilterScope _ )
'Usage Dim minValue As Date Dim maxValue As Date Dim applicableDateTimes As DateTimeFilter.ApplicableDateTime Dim scope As FilterScope Dim instance As New DateTimeFilter(minValue, maxValue, applicableDateTimes, scope)
public DateTimeFilter( DateTime minValue, DateTime maxValue, DateTimeFilter.ApplicableDateTime applicableDateTimes, FilterScope 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.
- applicableDateTimes
- Determines to which type of date/time the filter applies.
- scope
- Determines whether the filter applies to files, folders or both.