SharpCvsLib

LogCommand.AddInclusiveDateEnd Method 

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

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

Parameters

endDate
Missing <param> documentation for endDate

See Also

LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace