SharpCvsLib

LogCommand.AddExclusiveDateEnd Method 

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

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

Parameters

endDate
Missing <param> documentation for endDate

See Also

LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace