Click or drag to resize

ExtendedPathFilter Constructor (String, DateTime, DateTime)

Namespace:  ICSharpCode.SharpZipLib.Core
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ExtendedPathFilter(
	string filter,
	DateTime minDate,
	DateTime maxDate
)

Parameters

filter
Type: SystemString
minDate
Type: SystemDateTime
maxDate
Type: SystemDateTime
See Also