SharpCvsLib

LogCommand.AddInclusiveDateStart Method 

Adds a open ended date range with an inclusive start date. This is equivalent to the command line option "-d startDate<="

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

Parameters

startDate
Missing <param> documentation for startDate

See Also

LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace