SharpCvsLib

LogCommand.AddDate Method 

Adds a single date to specify the most recent revision at or prior to this date. This is equivalent to the command line option "-d date"

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

Parameters

date
Missing <param> documentation for date

See Also

LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace