'Declaration Public Function New( _ ByVal startRange As Date, _ ByVal endRange As Date _ )
public DateRangeFilter( DateTime startRange, DateTime endRange )
Parameters
- startRange
- The start date.
- endRange
- The end date.
'Declaration Public Function New( _ ByVal startRange As Date, _ ByVal endRange As Date _ )
public DateRangeFilter( DateTime startRange, DateTime endRange )