SharpCvsLib

LogCommand.AddExclusiveDateStart Method 

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

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

Parameters

startDate
Missing <param> documentation for startDate

See Also

LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace