SharpCvsLib

LogCommand.AddExclusiveDateRange Method 

Adds a date range using exclusive dates. This is equivalent to the command line option "-d startDate<endDate"

[Visual Basic]
Public Sub AddExclusiveDateRange( _
   ByVal startDate As Date, _
   ByVal endDate As Date _
)
[C#]
public void AddExclusiveDateRange(
   DateTime startDate,
   DateTime endDate
);

Parameters

startDate
Missing <param> documentation for startDate
endDate
Missing <param> documentation for endDate

See Also

LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace