LogCommand.AddInclusiveDateRange Method
Adds a date range using inclusive dates.
This is equivalent to the command line option "-d startDate<=endDate"
[Visual Basic]Public Sub AddInclusiveDateRange( _
ByVal
startDate As
Date, _
ByVal
endDate As
Date _
)
Parameters
- startDate
- Missing <param> documentation for startDate
- endDate
- Missing <param> documentation for endDate
See Also
LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace